[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.ITransform

ITransform Interface

ID2D1Transform

Namespace: GrapeCity.Documents.DX.Direct2D
Assembly: GcDocs.DX.Windows.dll
Syntax
[Guid("ef1a287d-342a-4f76-8fdb-da0d6ea9f92b")]
[Shadow(typeof(TransformShadow))]
public interface ITransform : ITransformNode, ICallbackable, IDisposable

Methods

Name Description
MapInputRectsToOutputRect(RectL[], RectL[], out RectL)

Performs the inverse mapping to MapOutputRectToInputRects.

MapInvalidRect(int, RectL)

Sets the input rectangles for this rendering pass into the transform.

MapOutputRectToInputRects(RectL, RectL[])

Allows a transform to state how it would map a rectangle requested on its output to a set of sample rectangles on its input.