FMX.Objects
Description
Defines 2D drawing primitives--shapes and images. All these primitives inherit TControl and can be used in styles to construct controls.
Package | fmx280.bpl |
---|
Classes
TArc | TArc defines 2D arcs. TArc is drawn as part of TEllipse's contour. It inherits TControl and can be used in styles to construct controls. |
TCalloutRectangle | A rectangle with a triangular "peak" on one of four sides, used primarily to render a TCalloutPanel. |
TCaretRectangle | TCaretRectangle is a TRectangle descendant that can additionally hold caret (cursor) information. |
TCircle | TCircle defines 2D circles. It inherits TControl and can be used in styles to construct controls. |
TCustomPath | TCustomPath is the base class for all 2D path-type shapes representing groups of connected curves and lines. |
TEllipse | TEllipse defines 2D ellipses. It inherits TControl and can be used in styles to construct controls. |
TImage | TImage defines 2D image components. It inherits TControl and can be used in styles to construct controls. |
TImageMultiResBitmap | Is a multi-resolution bitmap used in TImage controls. |
TLine | TLine defines 2D lines. It inherits TControl and can be used in styles to construct controls. |
TPaintBox | TPaintBox defines a 2D image component providing a canvas that an application can use for rendering an image. It inherits TControl and can be used in styles to construct controls. |
TPath | TPath defines 2D path-type shapes representing groups of connected curves and lines. |
TPie | TPie defines 2D pies. TPie is drawn as part of TEllipse. It inherits TControl and can be used in styles to construct controls. |
TRectangle | TRectangle defines 2D rectangles with customized corners. It inherits TControl and can be used in styles to construct controls. |
TRoundRect | TRoundRect defines 2D rectangles with rounded corners. It inherits TControl and can be used in styles to construct controls. |
TSelection | TSelection defines 2D rectangle object that can be moved and resized. It inherits TControl and can be used in styles to construct controls. |
TSelectionPoint | TSelectionPoint defines a 2D point object that can be moved. It inherits TControl and can be used in styles to create controls. |
TShape | The base class for 2D graphic primitives--TLines, TRectangles, TPaths, and others. All these primitives inherit TControl and can be used in styles to construct controls. |
TText | TText defines 2D text objects. It inherits TControl and can be used in styles to construct controls. |
Types
TCalloutPosition | Defines where, on one of the four sides of a rectangle, a callout pointer appears. |
TImageWrapMode | Specifies whether and how to resize, replicate, and position the image for rendering the control surface. |
TLineLocation | Specifies the way a line is drawn. |
TLineType | Specifies how to place the line inside the local rectangle for defining the line length. |
TOnChangeTracking | TOnChangeTracking is a type defined for OnChangeTracking events. |
TPaintEvent | TPaintEvent is the method pointer type used to define OnPaint events. |
TPathWrapMode | Specifies the wrapping mode for rendering path objects. |