TransformBrush.IsTransformChanged

TransformBrush.IsTransformChanged property

Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+.

public bool IsTransformChanged { get; }

Property Value

True if transformation was changed; otherwise, false.

See Also