Link Search Menu Expand Document

GraphicsTemplate Methods

The GraphicsTemplate type exposes the following members.

Methods
NameDescription
Public methodBeginMarkedContent
Initializes the creation of content group.
(Inherited from Canvas.)
Public methodDrawArc(Pen, RectangleF, Single, Single)
Draws an arc representing a portion of an ellipse specified by a System.Drawing.RectangleF structure.
(Inherited from Canvas.)
Public methodDrawArc(Pen, Single, Single, Single, Single, Single, Single)
Draws an arc representing a portion of an ellipse.
(Inherited from Canvas.)
Public methodDrawCircle(Brush, PointF, Single)
Draws a circle with specified center coordinates and radius.
(Inherited from Canvas.)
Public methodDrawCircle(Pen, PointF, Single)
Draws a circle with specified center coordinates and radius.
(Inherited from Canvas.)
Public methodDrawCircle(Brush, Single, Single, Single)
Draws a circle with specified center coordinates and radius.
(Inherited from Canvas.)
Public methodDrawCircle(Pen, Brush, PointF, Single)
Draws a circle with specified center coordinates and radius.
(Inherited from Canvas.)
Public methodDrawCircle(Pen, Single, Single, Single)
Draws a circle with specified center coordinates and radius.
(Inherited from Canvas.)
Public methodDrawCircle(Pen, Brush, Single, Single, Single)
Draws a circle with specified center coordinates and radius.
(Inherited from Canvas.)
Public methodDrawCurve(Pen, PointF, PointF, PointF, PointF)
Draws a cubic Bézier curve.
(Inherited from Canvas.)
Public methodDrawCurve(Pen, Single, Single, Single, Single, Single, Single, Single, Single)
Draws a cubic Bézier curve.
(Inherited from Canvas.)
Public methodDrawEllipse(Brush, RectangleF)
Draws an ellipse defined by a bounding System.Drawing.RectangleF.
(Inherited from Canvas.)
Public methodDrawEllipse(Pen, RectangleF)
Draws an ellipse defined by a bounding System.Drawing.RectangleF.
(Inherited from Canvas.)
Public methodDrawEllipse(Pen, Brush, RectangleF)
Draws an ellipse defined by a bounding System.Drawing.RectangleF.
(Inherited from Canvas.)
Public methodDrawEllipse(Brush, Single, Single, Single, Single)
Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
(Inherited from Canvas.)
Public methodDrawEllipse(Pen, Single, Single, Single, Single)
Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
(Inherited from Canvas.)
Public methodDrawEllipse(Pen, Brush, Single, Single, Single, Single)
Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
(Inherited from Canvas.)
Public methodDrawImage(Image, Single, Single)
Draws the specified image, using its original size, at the specified location.
(Inherited from Canvas.)
Public methodDrawImage(Image, Single, Single, Single, Single)
Draws the specified image at the specified location with specified size.
(Inherited from Canvas.)
Public methodDrawLine(Pen, PointF, PointF)
Draws a line connecting two System.Drawing.PointF structures.
(Inherited from Canvas.)
Public methodDrawLine(Pen, Single, Single, Single, Single)
Draws a line connecting the two points specified by the coordinate pairs.
(Inherited from Canvas.)
Public methodDrawPath(Brush, Path)
Draws a Bytescout.PDF.Path.
(Inherited from Canvas.)
Public methodDrawPath(Pen, Path)
Draws a Bytescout.PDF.Path.
(Inherited from Canvas.)
Public methodDrawPath(Pen, Brush, Path)
Draws a Bytescout.PDF.Path.
(Inherited from Canvas.)
Public methodDrawPie(Brush, RectangleF, Single, Single)
Draws a pie shape defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines.
(Inherited from Canvas.)
Public methodDrawPie(Pen, RectangleF, Single, Single)
Draws a pie shape defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines.
(Inherited from Canvas.)
Public methodDrawPie(Pen, Brush, RectangleF, Single, Single)
Draws a pie shape defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines.
(Inherited from Canvas.)
Public methodDrawPie(Brush, Single, Single, Single, Single, Single, Single)
Draws a pie shape.
(Inherited from Canvas.)
Public methodDrawPie(Pen, Single, Single, Single, Single, Single, Single)
Draws a pie shape.
(Inherited from Canvas.)
Public methodDrawPie(Pen, Brush, Single, Single, Single, Single, Single, Single)
Draws a pie shape.
(Inherited from Canvas.)
Public methodDrawPolygon(Brush, PointsArray)
Draws a polygon defined by an array of System.Drawing.PointF structures.
(Inherited from Canvas.)
Public methodDrawPolygon(Brush, PointF)
Draws a polygon defined by an array of System.Drawing.PointF structures.
(Inherited from Canvas.)
Public methodDrawPolygon(Pen, PointsArray)
Draws a polygon defined by an array of System.Drawing.PointF structures.
(Inherited from Canvas.)
Public methodDrawPolygon(Pen, PointF)
Draws a polygon defined by an array of System.Drawing.PointF structures.
(Inherited from Canvas.)
Public methodDrawPolygon(Pen, Brush, PointsArray)
Draws a polygon defined by an array of System.Drawing.PointF structures.
(Inherited from Canvas.)
Public methodDrawPolygon(Pen, Brush, PointF)
Draws a polygon defined by an array of System.Drawing.PointF structures.
(Inherited from Canvas.)
Public methodDrawRectangle(Brush, RectangleF)
Draws a rectangle specified by a System.Drawing.Rectangle structure.
(Inherited from Canvas.)
Public methodDrawRectangle(Pen, RectangleF)
Draws a rectangle specified by a System.Drawing.Rectangle structure.
(Inherited from Canvas.)
Public methodDrawRectangle(Pen, Brush, RectangleF)
Draws a rectangle specified by a System.Drawing.Rectangle structure.
(Inherited from Canvas.)
Public methodDrawRectangle(Brush, Single, Single, Single, Single)
Draws a rectangle specified by a coordinate pair, a width, and a height.
(Inherited from Canvas.)
Public methodDrawRectangle(Pen, Single, Single, Single, Single)
Draws a rectangle specified by a coordinate pair, a width, and a height.
(Inherited from Canvas.)
Public methodDrawRectangle(Pen, Brush, Single, Single, Single, Single)
Draws a rectangle specified by a coordinate pair, a width, and a height.
(Inherited from Canvas.)
Public methodDrawRoundedRectangle(Brush, RectangleF, Single)
Draws a rectangle structure with rounded corners specified by a System.Drawing.RectangleF structure.
(Inherited from Canvas.)
Public methodDrawRoundedRectangle(Pen, RectangleF, Single)
Draws a rectangle structure with rounded corners specified by a System.Drawing.RectangleF structure.
(Inherited from Canvas.)
Public methodDrawRoundedRectangle(Pen, Brush, RectangleF, Single)
Draws a rectangle structure with rounded corners specified by a System.Drawing.RectangleF structure.
(Inherited from Canvas.)
Public methodDrawRoundedRectangle(Brush, Single, Single, Single, Single, Single)
Draws a rectangle structure with rounded corners specified by a coordinate pair, a width, and a height.
(Inherited from Canvas.)
Public methodDrawRoundedRectangle(Pen, Single, Single, Single, Single, Single)
Draws a rectangle structure with rounded corners specified by a coordinate pair, a width, and a height.
(Inherited from Canvas.)
Public methodDrawRoundedRectangle(Pen, Brush, Single, Single, Single, Single, Single)
Draws a rectangle structure with rounded corners specified by a coordinate pair, a width, and a height.
(Inherited from Canvas.)
Public methodDrawString(String, Font, Brush, RectangleF)
Draws the specified text string at the specified location and size with the specified Brush and font objects.
(Inherited from Canvas.)
Public methodDrawString(String, Font, Pen, RectangleF)
Draws the specified text string at the specified location and size with the specified pen and font objects.
(Inherited from Canvas.)
Public methodDrawString(String, Font, Brush, Pen, RectangleF)
Draws the specified text string at the specified location and size with the specified pen, Brush and font objects.
(Inherited from Canvas.)
Public methodDrawString(String, Font, Brush, RectangleF, StringFormat)
Draws the specified text string at the specified location and size with the specified Brush and font objects.
(Inherited from Canvas.)
Public methodDrawString(String, Font, Brush, Single, Single)
Draws the specified text string at the specified location with the specified Brush and font objects.
(Inherited from Canvas.)
Public methodDrawString(String, Font, Pen, RectangleF, StringFormat)
Draws the specified text string at the specified location and size with the specified pen and font objects.
(Inherited from Canvas.)
Public methodDrawString(String, Font, Pen, Single, Single)
Draws the specified text string at the specified location with the specified pen and font objects.
(Inherited from Canvas.)
Public methodDrawString(String, Font, Brush, Pen, RectangleF, StringFormat)
Draws the specified text string at the specified location and size with the specified pen, Brush and font objects.
(Inherited from Canvas.)
Public methodDrawString(String, Font, Brush, Pen, Single, Single)
Draws the specified text string at the specified location with the specified pen, Brush and font objects.
(Inherited from Canvas.)
Public methodDrawString(String, Font, Brush, Single, Single, StringFormat)
Draws the specified text string at the specified location with the specified Brush and font objects.
(Inherited from Canvas.)
Public methodDrawString(String, Font, Pen, Single, Single, StringFormat)
Draws the specified text string at the specified location with the specified pen and font objects.
(Inherited from Canvas.)
Public methodDrawString(String, Font, Brush, Pen, Single, Single, StringFormat)
Draws the specified text string at the specified location with the specified pen, Brush and font objects.
(Inherited from Canvas.)
Public methodDrawString(String, Font, Brush, Single, Single, Single, Single, StringFormat)
Draws the specified text string at the specified location and size with the specified Brush and font objects.
(Inherited from Canvas.)
Public methodDrawString(String, Font, Pen, Single, Single, Single, Single, StringFormat)
Draws the specified text string at the specified location and size with the specified pen and font objects.
(Inherited from Canvas.)
Public methodDrawString(String, Font, Brush, Pen, Single, Single, Single, Single, StringFormat)
Draws the specified text string at the specified location and size with the specified pen, Brush and font objects.
(Inherited from Canvas.)
Public methodDrawTable
Draws the specified table at the specified location.
(Inherited from Canvas.)
Public methodDrawTemplate(GraphicsTemplate, Single, Single)
Draws a template using its original size, at the specified location.
(Inherited from Canvas.)
Public methodDrawTemplate(GraphicsTemplate, Single, Single, Single, Single)
Draws a template at the specified location and size.
(Inherited from Canvas.)
Public methodEndMarkedContent
Finalizes an optional content group.
(Inherited from Canvas.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMeasureString(String, Font)
Measures the specified string when drawn with the specified Font.
(Inherited from Canvas.)
Public methodMeasureString(String, Font, StringFormat)
Measures the width of the text, considering Word Spacing and Character Spacing of the String Format
(Inherited from Canvas.)
Public methodMeasureString(String, Font, Single)
Measures the specified string limited to the specified width.
(Inherited from Canvas.)
Public methodMeasureString(String, Font, Single, StringFormat)
Measures the specified string limited to the specified width.
(Inherited from Canvas.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRestoreGraphicsState
Restores the last saved graphics state.
(Inherited from Canvas.)
Public methodRotateTransform
Applies the specified rotation to the transformation matrix.
(Inherited from Canvas.)
Public methodSaveGraphicsState
Saves the current graphics state.
(Inherited from Canvas.)
Public methodScaleTransform
Applies the specified scaling operation to the transformation matrix.
(Inherited from Canvas.)
Public methodSetClip(RectangleF)
Modifies the current clipping path by intersecting it with the current path.
(Inherited from Canvas.)
Public methodSetClip(Path)
Modifies the current clipping path by intersecting it with the current path.
(Inherited from Canvas.)
Public methodSetClip(Single, Single, Single, Single)
Modifies the current clipping path by intersecting it with the current path.
(Inherited from Canvas.)
Public methodSkewTransform
Skews the x axis by an angle alpha and the y axis by an angle beta.
(Inherited from Canvas.)
Public methodToString (Inherited from Object.)
Public methodTranslateTransform
Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix.
(Inherited from Canvas.)
Top
See Also

Reference