FMX.Graphics
From RAD Studio API Documentation
| Package | fmx250.bpl |
|---|
Classes
IBitmapObject Interface that defines an object that contains a bitmap.
IBrushObject Interface that defines an object that contains a brush.
ICanvasObject Interface that defines an object that contains a canvas.
IFMXSystemFontService Platform service to get the default font family of the system.
IFontObject Interface that defines an object that contains a TFont.
IPathObject Interface that defines an object that contains a path.
ITextSettings Declares methods and properties to manage the most common text representation properties of general text objects independently of the particular types of these objects.
TBitmapObject Base class for all objects that contain or manipulate bitmaps.
TBrush TBrush represents the color and pattern used to fill solid shapes or to stroke the outline of shapes.
TBrushBitmap TBrushBitmap instances are used to create a pattern for a TBrush from a bitmap, specifying its name and the wrapping mode.
TBrushKindHelper For internal use. TBrushKindHelper is a record helper that provides fields for a scoped enumeration, the FMX.Graphics.TBrushKind type.
TBrushObject Represents the class for brush objects.
TBrushResource Represents the class for brush resources.
TCanvas Provides an abstract drawing space for objects that must render their own images.
TCanvasManager Class in charge with creating a canvas.
TCanvasQualityHelper For internal use. TCanvasQualityHelper is a record helper that provides fields for a scoped enumeration, the FMX.Graphics.TCanvasQuality type.
TCanvasSaveState Represents an object used to store the state (drawing and filling) of the canvas.
TColorObject Represents the class for color objects.
TFillTextFlagHelper For internal use. TFillTextFlagHelper is a record helper that provides fields for a scoped enumeration, the FMX.Graphics.TFillTextFlag type.
TFontColorForState Manages font colors used to draw text for different states of a GUI component containing a TTextSettings object.
TFontColorForStateClass The metaclass for TFontColorForState.
TFontObject Represents the class for font objects.
TGradientPoint TGradientPoint represents an item in a collection of gradient points.
TGradientStyleHelper For internal use. TGradientStyleHelper is a record helper that provides fields for a scoped enumeration, the FMX.Graphics.TGradientStyle type.
TMapAccessHelper For internal use. TMapAccessHelper is a record helper that provides fields for a scoped enumeration, the FMX.Graphics.TMapAccess type.
TPathObject Base class for all objects that contain or manipulate path data.
TPathPointKindHelper For internal use. TPathPointKindHelper is a record helper that provides fields for a scoped enumeration, the FMX.Graphics.TPathPointKind type.
TPrinterCanvas Provides an abstract printer drawing space for objects that must render their own images.
TStrokeBrush Determines the color and pattern used to draw lines and shape contours.
TStrokeCapHelper For internal use. TStrokeCapHelper is a record helper that provides fields for a scoped enumeration, the FMX.Graphics.TStrokeCap type.
TStrokeDashHelper For internal use. TStrokeDashHelper is a record helper that provides fields for a scoped enumeration, the FMX.Graphics.TStrokeDash type.
TStrokeJoinHelper For internal use. TStrokeJoinHelper is a record helper that provides fields for a scoped enumeration, the FMX.Graphics.TStrokeJoin type.
TTextSettings Defines properties and methods to store and manage appearance parameters of text objects.
TWrapModeHelper For internal use. TWrapModeHelper is a record helper that provides fields for a scoped enumeration, the FMX.Graphics.TWrapMode type.
Types
PClipRects Pointer to TClipRects.
TBitmapCodecSaveParams Record that contains information about the quality of the encoder.
TBitmapData Describes a bitmap data.
TBrushKind Specifies the style characteristics of a brush.
TClipRects Array of TRectF.
TDashArray Internally used type that represents an array of Singles.
TFillTextFlag Specifies the filling direction of a text.
TFillTextFlags Specifies a set of TFillTextFlag.
TGradientStyle Specifies the characteristics of a gradient.
TMapAccess Enumeration type that defines the access to TBitmap data.
TPathPoint Defines a TPathData point.
TPathPointKind Defines the TPathData points' kind.
TStrokeCap Specifies the graphic style used to draw the ends of a line.
TStrokeDash Specifies the dash-dot style to draw lines and shape contours.
TStrokeJoin Specifies the style of the joints that connect the line segments of a shape or a path to be drawn.
TWrapMode Specifies the wrapping mode for a bitmap.