←Select platform

RelativeTransform Property

Summary

Gets or sets the transformation that is applied to the brush using relative coordinates.

Syntax

C#
VB
C++
public Transform RelativeTransform { get; set; } 
  
Public Property RelativeTransform As Transform 
public: 
property Transform^ RelativeTransform { 
   Transform^ get(); 
   void set (    Transform^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly