ITransformBrushTransform Property |
Gets or sets the transform for this brush
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax IMatrix Transform { get; set; }
Property Transform As IMatrix
Get
Set
abstract Transform : IMatrix with get, set
Property Value
Type:
IMatrixThe transform for the brush
See Also