Specifies the image to use when the Kind is bkBitmap, which is a textured or patterned brush filled from a bitmap.
A texture brush paints an image. The image or texture is either a portion of a specified image or a scaled version of a specified image. The type of image (metafile or nonmetafile) determines whether the texture is a portion of the image or a scaled version of the image.
Note |
---|
To properly use the Bitmap property, you must set the Kind property to bkBitmap. |
Namespace: RSGdiPlusGraphics
Delphi |
public |
Property Value
Type: IRSGPImage
This property applies when Kind is bkBitmap. The fill image can be transformed by using the Matrix property. |