Defines a type for GDI+ Image Attributes.
Namespace: RSGdiPlusGraphicsTypes
Delphi
|
type
TRSGPImageAttributesRec = record
end;
|
|
Name
|
Description
|
|
Adjustments
|
Represents field Adjustments.
|
|
WrapMode
|
Specifies how repeated copies of an image are used to tile an area.
|
|
WrapModeClamp
|
Represents field WrapModeClamp.
|
|
WrapModeColor
|
Reference to a Color object that specifies the color of pixels outside of a rendered image. This color is visible if the wrap parameter is set to WrapModeClamp and the source rectangle passed to DrawImage is larger than the image itself. The default value is Color(), which is a Color object initialized to black.
|
Top
|