Leadtools.Windows.Annotations Namespace > AnnBrush Class : RelativeTransform Property |
public Transform RelativeTransform {get; set;}
'Declaration Public Property RelativeTransform As Transform
'Usage Dim instance As AnnBrush Dim value As Transform instance.RelativeTransform = value value = instance.RelativeTransform
public: property Transform^ RelativeTransform { Transform^ get(); void set ( Transform^ value); }
This property is especially useful when you want to rotate, scale, skew, or otherwise transform a brush about its center, but you don't know the size of the area painted with the brush, or you are using the same brush to paint different areas with different sizes.