LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

RelativeTransform Property






Gets or sets the transformation that is applied to the brush using relative coordinates. .NET support Silverlight support
Syntax
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);
}

Property Value

The transformation that is applied to the brush using relative coordinates. The default value is the System.Windows.Media.Transform.Identity transformation.
Remarks

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.

Requirements

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

See Also

Reference

AnnBrush Class
AnnBrush Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.