|
TGPEncoderParameters
|
Defines an array of encoding parameters
|
|
TRSGPBitmapData
|
Record for information about a GDI+ bitmap
|
|
TRSGPColorKey
|
Defines the low and high colors for a color key range
|
|
TRSGPColorMap
|
Defines a color mapping from one color to another
|
|
TRSGPColorMatrix
|
A 5×5 color matrix is a homogeneous matrix for a 4-space transformation. The element in the fifth row and fifth column of a 5×5 homogeneous matrix must be 1, and all of the other elements in the fifth column must be 0. Color matrices are used to transform color vectors. The first four components of a color vector hold the red, green, blue, and alpha components (in that order) of a color. The fifth component of a color vector is always 1.
|
|
TRSGPColorRec
|
Defines a list of color constants for the GDI+ library. It also provides implicit conversions between other color types (TColor, TAlphaColor) in the Delphi libraries.
Important Note
|
Use this type or TRSGPColor for colors in the GDI+ library, not the TColor type
|
|
|
TRSGPEncoderParameter
|
Defines a record for encoding parameters
|
|
TRSGPImageAttributesAdjustTypeRec
|
Defines color adjustment information
|
|
TRSGPImageAttributesRec
|
Defines a type for GDI+ Image Attributes.
|
|
TRSGPImageCodecInfo
|
Defines a record type that stores information about an image codec (encoder/decoder). GDI+ provides several built-in image codecs.
|
|
TRSGPPathData
|
Defines a record of path data. This includes an array of the points themselves and the metadata (kinds) of each point.
|
|
TRSGPPathPoint
|
Defines a path point in GDI+. This includes the point itself and its kind.
|
|
TRSGPPathPointKind
|
Defines a path point kind record. This type mimics the FMX TPathPointKind type as much as possible. However, the GDI+ library has more information.
|
|
TRSGPPixelFormatRec
|
Defines a record type for easily accessing pixel format information from GDI+.
|
|
TRSGPStringFormatRec
|
Encapsulates text layout information (such as alignment, orientation, tab stops, and clipping) and display manipulations (such as trimming, font substitution for characters that are not supported by the requested font, and digit substitution for languages that do not use Western European digits). A TRSGPStringFormatRec record can be passed to the TRSGPCanvas.DrawText methods to format a string.
|