LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

RelativeTransform Property

Show in webframe





Gets or sets the transformation that is applied to the brush using relative coordinates.
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:
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

See Also

Reference

AnnBrush Class
AnnBrush Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.