Table of Contents

Interface ITransformedGeometry

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Represents a geometry that has been transformed.
ID2D1TransformedGeometry

public interface ITransformedGeometry : IGeometry, IDirect2DResource, IObjectRef, IIsDisposed, IDisposable, IFactoryProperty, IInternalImpl
Inherited Members
Extension Methods

Properties

SourceGeometry

Retrieves the source geometry of this transformed geometry object.

Transform

Retrieves the matrix used to transform the ID2D1TransformedGeometry object's source geometry.