Table of Contents

Method CreateTransformedGeometry

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

CreateTransformedGeometry(IGeometry, in Matrix3x2Float)

Transforms the specified geometry and stores the result as an ITransformedGeometry object.

ITransformedGeometry CreateTransformedGeometry(IGeometry source, in Matrix3x2Float transform)

Parameters

source IGeometry
transform Matrix3x2Float

Returns

ITransformedGeometry