|
TRSGPBrushKind
|
Indicates the type of brush.
|
|
TRSGPColorAdjustType
|
Specifies which GDI+ objects use color-adjustment information. You can adjust the colors in a rendered image by passing the address of an TRSGPImageAttributes object to the TRSGPCanvas.DrawImage method. An TRSGPImageAttributes object maintains color and grayscale settings for five adjustment categories: default, bitmap, brush, pen, and text. Several of the methods of the TRSGPImageAttributes class receive an element of the TRSGPColorAdjustType enumeration to specify the adjustment category.
|
|
TRSGPColorChannelFlag
|
Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space.
|
|
TRSGPColorMatrixFlag
|
Specifies the types of images and colors that will be affected by the color and grayscale adjustment settings of a TRSGPImageAttributes object.
|
|
TRSGPCompositingMode
|
Specifies how rendered colors are combined with background colors.
|
|
TRSGPCompositingQuality
|
Specifies whether gamma correction is applied when colors are blended with background colors.
|
|
TRSGPCustomLineCapType
|
Represents type TRSGPCustomLineCapType.
|
|
TRSGPDashCap
|
Defines an enumeration that specifies the type of graphic shape to use on both ends of each DASH in a dashed line.
|
|
TRSGPEncoderParameterType
|
Defines an enumeration that specifies data types for image codec (encoder/decoder) parameters.
|
|
TRSGPEncoderValue
|
Defines an enumeration that specifies values that can be passed as arguments to image encoders.
|
|
TRSGPFillMode
|
Specifies how to fill areas that are formed when a path or curve intersects itself.
|
|
TRSGPFillTextFlag
|
Defines a flag for the direction for filling text
|
|
TRSGPGenericFontFamily
|
Specifies the font families supported (serif, sans serif and monospace)
|
|
TRSGPGradientStyle
|
Specifies the characteristics of a gradient.
|
|
TRSGPHatchStyle
|
Specifies the hatch pattern used by a brush of type bk HatchFill. The hatch pattern consists of a solid background color and lines drawn over the background.
|
|
TRSGPHotkeyPrefix
|
Specifies how to display hot keys. There are three options: do nothing, display hot keys underlined, and hide the hot key underlines.
|
|
TRSGPImageCodecFlag
|
Defines an enumeration that indicates attributes of an image codec
|
|
TRSGPImageFlag
|
Defines an enumeration that specifies the attributes of the pixel data contained in an Image object
|
|
TRSGPImageLockFlag
|
Defines an enumeration that specifies flags that are passed to the flags parameter of the TRSGPBitmap.LockBits method. The TRSGPBitmap.LockBits method locks a portion of an image so that you can read or write the pixel data.
|
|
TRSGPImageType
|
Defines an enumeration that indicates whether an image is a bitmap or a metafile.
|
|
TRSGPInterpolationMode
|
Specifies the algorithm that is used when images are scaled or rotated.
|
|
TRSGPLinearGradientMode
|
Represents type TRSGPLinearGradientMode.
|
|
TRSGPLinearGradientShape
|
Represents type TRSGPLinearGradientShape.
|
|
TRSGPLineCap
|
Defines an enumeration that specifies the type of graphic shape to use on the end of a line drawn with a Windows GDI+ pen. The cap can be a square, circle, triangle, arrowhead, custom, or masked (hidden). End caps can also "anchor" the line by centering the cap at the end of the line.
|
|
TRSGPPathPointFlag
|
Defines the TRSGPPathData points' flags.
Note
|
Note that the TRSGPPathPointKind type tries to mimic the FMX TPathPointKind type. However, the GDI+ type is slightly different.
|
|
|
TRSGPPathPointMoveKind
|
Defines the TRSGPPathData points' kind.
Note
|
Note that this type tries to mimic the FMX TPathPointKind. However, the GDI+ path point kind has extra flags associated with points. The close point is part of the TRSGPPathPointFlag type.
|
|
|
TRSGPPenAlignment
|
Specifies the alignment of a pen relative to the stroke that is being drawn.
|
|
TRSGPPixelFormat
|
Defines enumeration for various pixel formats used in bitmaps
|
|
TRSGPPixelFormatFlag
|
Defines an enumeration of selected information about pixel formats used in bitmaps
|
|
TRSGPPixelOffsetMode
|
Specifies the pixel offset mode of a GDI+ canvas
|
|
TRSGPQualityMode
|
Defines the quality to use for drawing
|
|
TRSGPRegionCombineMode
|
Specifies how a new region is combined with an existing region.
|
|
TRSGPRotateFlip
|
Defines an enumeration that specifies the direction of an image's rotation and the axis used to flip the image.
|
|
TRSGPSmoothingMode
|
Specifies the type of smoothing (antialiasing) that is applied to lines and curves.
|
|
TRSGPStringAlignment
|
Specifies how a string is aligned in reference to the bounding rectangle. A bounding rectangle is used to define the area in which the text displays.
|
|
TRSGPStringDigitSubstitute
|
Specifies how to substitute digits in a string according to a user's locale or language
|
|
TRSGPStringFormatFlag
|
Specifies text layout information (such as orientation and clipping) and display manipulations (such as ellipsis insertion, digit substitution, and representation of characters that are not supported by a font).
|
|
TRSGPStringTrimming
|
Specifies how to trim characters from a string so that the string fits into a layout rectangle. The layout rectangle is used to position and size the display string.
|
|
TRSGPStrokeDash
|
Specifies the line style of a line drawn with a Windows GDI+ pen. The line can be drawn by using one of several predefined styles or a custom style.
|
|
TRSGPStrokeJoin
|
Defines an enumeration that specifies the style of the joints that connect the line segments of a shape or a path to be drawn.
|
|
TRSGPTextRenderingHint
|
Specifies the process used to render text. The process affects the quality of the text.
|
|
TRSGPUnit
|
Specifies the unit of measure for a given data type.
|
|
TRSGPWrapMode
|
Specifies how repeated copies of an image are used to tile an area.
|