Gets or sets the transformation that is applied to the brush using relative coordinates.
public Transform RelativeTransform { get; set; }
Public Property RelativeTransform As Transform
The transformation that is applied to the brush using relative coordinates. The default value is the System.Windows.Media.Transform.Identity transformation.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET