| 名前 | 解説 | |
|---|---|---|
![]() | m_TextLayout |
C1Graphicsデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | m_TextLayout |
| 名前 | 解説 | |
|---|---|---|
![]() | DpiX | |
![]() | DpiY | |
![]() | NativeGraphics | GrapeCity.Documents.Drawing.GcGraphics instance. |
![]() | Printing | Gets or sets a value indicating whether this C1Graphics object used for printing. |
![]() | TextLayout | Gets the C1TextLayout object which can be used to measure text, this instance is created in C1Graphics constructor and disposed when C1Graphics disposed. |
![]() | Transform | Gets or sets transformation matrix. |
| 名前 | 解説 | |
|---|---|---|
![]() | 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. |