Interface IGDIPlus.IGPWrapBrush
From Mitov Wiki Doc
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: IGPBrush
Contents |
Syntax
Delphi:
type IGPWrapBrush = interface( IGPBrush )
Summary
Interface to a wrapable brush object.
Description
Defines interface to a wrapable brush object. This includes TGPBlendBrush, and TGPTextureBrush objects.
Properties
- WrapMode - Gets or sets the wrap mode of the brush.
- Transform - Gets or sets the world transformation matrix for the object.
Methods
- function GetWrapMode() : TGPWrapMode - Returns the wrap mode currently set for the brush.
- procedure SetWrapModeProp(wrapMode : TGPWrapMode)
- procedure SetTransformProp(matrix : IGPMatrix)
- function GetTransform() : IGPMatrix - Gets the world transformation matrix currently set for the object.