Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

PageCanvas Methods

Encapsulates the layout drawing surface.
Name Description
ConvertToDrawingLayoutUnits(Point, DocumentLayoutUnit) Converts an object’s measurement units to the specified ones.
ConvertToDrawingLayoutUnits(Rectangle, DocumentLayoutUnit) Converts an object’s measurement units to the specified ones.
ConvertToDrawingLayoutUnits(Int32, DocumentLayoutUnit) Converts an object’s measurement units to the specified ones.
DrawEllipse(RichEditPenBase, Rectangle, DocumentLayoutUnit) Draws a custom ellipse.
DrawEllipse(RichEditPenBase, Rectangle) Draws a custom ellipse.
DrawImage(OfficeImage, Point, DocumentLayoutUnit) Draws a custom image.
DrawImage(OfficeImage, Point) Draws a custom image.
DrawImage(OfficeImage, Rectangle, ImageSizeMode, DocumentLayoutUnit) Draws a custom image.
DrawImage(OfficeImage, Rectangle, ImageSizeMode) Draws a custom image.
DrawImage(OfficeImage, Rectangle, DocumentLayoutUnit) Draws a custom image.
DrawImage(OfficeImage, Rectangle) Draws a custom image.
DrawImage(Image, Point, DocumentLayoutUnit) Draws a custom image.
DrawImage(Image, Point) Draws a custom image.
DrawImage(Image, Rectangle, ImageSizeMode, DocumentLayoutUnit) Draws a custom image.
DrawImage(Image, Rectangle, ImageSizeMode) Draws a custom image.
DrawImage(Image, Rectangle, DocumentLayoutUnit) Draws a custom image.
DrawImage(Image, Rectangle) Draws a custom image.
DrawLine(RichEditPenBase, Point, Point, DocumentLayoutUnit) Draws a custom line.
DrawLine(RichEditPenBase, Point, Point) Draws a custom line.
DrawLine(RichEditPenBase, Int32, Int32, Int32, Int32, DocumentLayoutUnit) Draws a custom line.
DrawLine(RichEditPenBase, Int32, Int32, Int32, Int32) Draws a custom line.
DrawLines(RichEditPenBase, Point[], DocumentLayoutUnit) Draws a custom set of lines.
DrawLines(RichEditPenBase, Point[]) Draws a custom set of lines.
DrawRectangle(RichEditPenBase, Rectangle, DocumentLayoutUnit) Draws a custom rectangle.
DrawRectangle(RichEditPenBase, Rectangle) Draws a custom rectangle.
DrawRectangle(RichEditPenBase, Int32, Int32, Int32, Int32, DocumentLayoutUnit) Draws a custom rectangle.
DrawRectangle(RichEditPenBase, Int32, Int32, Int32, Int32) Draws a custom rectangle.
DrawString(String, Font, RichEditBrushBase, Point, DocumentLayoutUnit) Draws a custom string.
DrawString(String, Font, RichEditBrushBase, Point) Places a custom string.
DrawString(String, Font, RichEditBrushBase, Rectangle, DocumentLayoutUnit) Draws a custom string.
DrawString(String, Font, RichEditBrushBase, Rectangle) Places a custom string at the selected position.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FillEllipse(RichEditBrushBase, Rectangle, DocumentLayoutUnit) Draws a filled custom ellipse.
FillEllipse(RichEditBrushBase, Rectangle) Draws a filled custom ellipse.
FillRectangle(RichEditBrushBase, Rectangle, DocumentLayoutUnit) Draws a filled custom rectangle.
FillRectangle(RichEditBrushBase, Rectangle) Draws a filled custom rectangle.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also