Table of Contents

Interface ISourceTransform

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Represents a CPU-based rasterization stage in the transform pipeline graph.
ID2D1SourceTransform

public interface ISourceTransform : ITransform, ITransformNode, IObjectRef, IIsDisposed, IDisposable
Inherited Members
Extension Methods

Methods

Draw(IDeviceBitmap, RectInt32, Point2Int32)

Draws the transform to the graphics processing unit (GPU)–based Direct2D pipeline.

SetRenderInfo(IRenderInfo)

Sets the render information for the transform.