CreateClipRegion(IPath)
|
Creates clip region for specified graphics path.
Note! The clip region should NOT dispose passed graphics path, it is managed by the outer code.
|
CreateClipRegion(Rect)
|
Creates clip region for specified bounds.
|
CreatePath()
|
Creates graphics path.
|
Renders a run of glyphs.
|
DrawGlyphs(CffTable, ushort[], float[], string[], int, Color, Matrix3x2)
|
|
DrawGlyphs(Font, ushort[], float[], string[], int, Color, Matrix3x2)
|
|
DrawVertGlyphs(CffTable, ushort[], float[], float[], float[], string[], int, Color, Matrix3x2)
|
|
DrawVertGlyphs(Font, ushort[], float[], float[], float[], string[], int, Color, Matrix3x2)
|
|
FillEllipse(Color, Rect)
|
|
FillPath(Color, IPath)
|
|
FillRectangle(Color, Rect)
|
|
InternalCreateImage(IImage)
|
|
InternalCreateImage(GcBitmap)
|
|
InternalDrawEllipse(Rect, Color, double, PenStyle)
|
|
InternalDrawImage(INativeImage, Rect)
|
|
InternalDrawLine(double, double, double, double, Color, double, PenStyle)
|
|
InternalDrawPath(IPath, Color, double, PenStyle)
|
|
InternalDrawRectangle(Rect, Color, double, PenStyle)
|
|
InternalFillEllipse(C1Brush, Rect)
|
|
InternalFillPath(C1Brush, IPath)
|
|
InternalFillRectangle(C1Brush, Rect)
|
|
InternalRemoveClip(IClipRegion)
|
|
InternalSetClip(IClipRegion)
|
|
WriteBookmark(string, Rect)
|
Used to identify some area on the C1.Document.Util.C1Graphics this area can be referenced in
WriteHyperlink(C1Hyperlink, Rect) method. Used in "exports" graphics.
|
WriteHyperlink(C1Hyperlink, Rect)
|
Marks some area as clickable hyperlink defines the target.
|
WriteLink(string, Rect)
|
Adds rectangles surrounded by A tag with HREF to the end of SVG content.
|
WriteLinks()
|
Adds rectangles surrounded by A tag with HREF to the end of SVG content
|