Class IGDIPlus.TGPTextureBrush
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: IGDIPlus
Inherits: TGPBrush
Contents |
Syntax
Delphi:
type TGPTextureBrush = class( TGPBrush, IGPTextureBrush, IGPTransformable )
C++ Builder:
class TGPTextureBrush : public TGPBrush
Visual C++ (MFC):
class CTGPTextureBrush : public CTGPBrush
C# (.NET):
public ref class TGPTextureBrush : Mitov.SignalLab.Brush
Summary
Defines a Brush object that contains an Image object that is used for the fill.
Description
The TGPTextureBrush class defines a Brush object that contains an Image object that is used for the fill. The fill image can be transformed by using the local Matrix object contained in the Brush object.
Methods
Public
- function SetTransform(matrix : IGPMatrix) : TGPTextureBrush
- procedure SetTransformProp(matrix : IGPMatrix)
- function GetTransform() : IGPMatrix
- function ResetTransform() : TGPTextureBrush
- function MultiplyTransform(matrix : IGPMatrix; order : TGPMatrixOrder) : TGPTextureBrush
- function TranslateTransform(dx : Single; dy : Single; order : TGPMatrixOrder) : TGPTextureBrush
- function ScaleTransform(sx : Single; sy : Single; order : TGPMatrixOrder) : TGPTextureBrush
- function RotateTransform(angle : Single; order : TGPMatrixOrder) : TGPTextureBrush
- function GetWrapMode() : TGPWrapMode
- function SetWrapMode(wrapMode : TGPWrapMode) : TGPTextureBrush
- procedure SetWrapModeProp(wrapMode : TGPWrapMode)
- function GetImage() : IGPImage
- function SetImage(image : IGPImage) : TGPTextureBrush
- procedure SetImageProp(image : IGPImage)