FMX.Graphics.TPrinterCanvas Properties
InheritedProtected
| BeginSceneCount | public | The counter of successful calls to BeginScene, which are not terminated by calls to EndScene. |
| Bitmap | public | |
| Blending | public | |
| ClippingChangeCount | public | |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Fill | public | Determines the color and pattern for filling graphical shapes and backgrounds for the current TCanvas. |
| Font | public | Specifies the TFont to use when writing text on the TCanvas. |
| Height | public | Specifies the height of the drawing area of the TCanvas. |
| Matrix | public | Specifies the transformation matrix. |
| MatrixMeaning | protected | |
| MatrixTranslate | protected | |
| Offset | public | The offset of the drawing area. |
| Parent | protected | |
| Quality | public | |
| SavingStateCount | public | |
| Scale | public | Keeping the scale of the canvas. |
| Stroke | public | Specifies the TStrokeBrush of the outline pen to use for drawing a shape on the current TCanvas. |
| StrokeCap | public | Specifies the graphic style used to draw the ends of a line. |
| StrokeDash | public | Specifies the line style. |
| StrokeJoin | public | Specifies the style of the joints that connect line segments of a shape or a path drawn on the TCanvas. |
| StrokeThickness | public | Specifies the width of the stroke outline of a shape drawn on the current TCanvas. |
| Width | public | Specifies the width of the drawing area of the TCanvas. |