ITextureBrush Interface |
Namespace: Aspose.Svg.Drawing
The ITextureBrush type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColorMap |
The number of elements must be even. Every even element is old color. Every odd element is new color.
|
![]() | Image |
Gets or sets the image used by the brush.
|
![]() | ImageArea |
Specifies the portion of the image used by the brush.
If it equals RectangleF.Empty then the whole image will be used.
Coordinates are in pixels.
|
![]() | Opacity |
Get opacity value in a color transform matrix.
|
![]() | TransformationMatrix |
Get the transform. The transform defines a local geometric transform for this brush.
(Inherited from ITransformableBrush.) |
![]() | Type |
Get type of brush;
(Inherited from IBrush.) |
![]() | WrapMode |
Gets or sets the wrap mode. Wrap mode specifies how a texture or gradient is tiled
when it is smaller than the area being filled.
(Inherited from ITransformableBrush.) |