[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Transform

Transform Interface

ID2D1Transform

Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("ef1a287d-342a-4f76-8fdb-da0d6ea9f92b")]
[Shadow(typeof(TransformShadow))]
public interface Transform : TransformNode, 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.