public interface ITransformableBrush extends IBrush
Desclares methods for getting transformation matrix and wrap mode.
Modifier and Type | Method and Description |
---|---|
com.aspose.html.internal.ms.System.Drawing.Drawing2D.Matrix |
getTransformationMatrix()
Get the transform.
|
int |
getWrapMode()
Gets or sets the wrap mode.
|
com.aspose.html.internal.ms.System.Drawing.Drawing2D.Matrix getTransformationMatrix()
Get the transform. The transform defines a local geometric transform for this brush.
int getWrapMode()
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.