| 名前 | 解説 | |
|---|---|---|
![]() | CreateClipRegion | オーバーロードされます。 Creates clip region for specified graphics path. Note! The clip region should NOT dispose passed graphics path, it is managed by the outer code. |
![]() | CreatePath | Creates graphics path. |
![]() | CreateRoundBordersPath | Creates the path for specified round border. |
![]() | CreateTextLayout | Creates and initializes the C1TextLayout object which can be used to render or measure text on the graphics. |
![]() | CustomDraw | Allows C1Graphics descendant to override drawing of some render fragments. This method should return true if drawing implemented by the C1Graphics in the custom way. Only background and content should be drawn, borders are drawn always. |
![]() | Dispose | オーバーロードされます。 |
![]() | DrawBackground | |
![]() | DrawBorders | |
![]() | DrawEllipse | オーバーロードされます。 Draws an ellipse specified by a C1.Interop.Rect structure. |
![]() | DrawGlyphRun | Renders a run of glyphs. |
![]() | DrawImage | |
![]() | DrawLine | オーバーロードされます。 |
![]() | DrawPath | オーバーロードされます。 Draws a IPath. |
![]() | DrawRectangle | オーバーロードされます。 Draws a rectangle specified by a C1.Interop.Rect structure. |
![]() | DrawRtf | Draws the RTF text. |
![]() | FillEllipse | オーバーロードされます。 |
![]() | FillPath | オーバーロードされます。 |
![]() | FillRectangle | オーバーロードされます。 |
![]() ![]() | GetRotatedMatrix | オーバーロードされます。 Based on this article: http://www.euclideanspace.com/maths/geometry/affine/aroundPoint/matrix2d/index.htm. |
![]() | GetSmoothingMode | |
![]() | SetClip | オーバーロードされます。 Sets the clipping rectangle specified by the clipRect if containerRect does not contain it. |
![]() | SetSmoothingMode | |
![]() | WriteBookmark | Used to identify some area on the C1Graphics this area can be referenced in C1Graphics.WriteHyperlink method. Used in "exports" graphics. |
![]() | WriteHyperlink | Marks some area as clickable hyperlink defines the target. |


