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 Transform RelativeTransform {get; set;}
get_RelativeTransform();
set_RelativeTransform(value);
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2