C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / SourceTransform Interface

In This Topic
SourceTransform Interface Methods
In This Topic

For a list of all members of this type, see SourceTransform members.

Public Methods
 NameDescription
 Method (Inherited from System.IDisposable)
 MethodDraws the transform to the graphics processing unit (GPU)–based Direct2D pipeline.  
 MethodGets the number of inputs to the transform node. (Inherited from C1.Util.DX.Direct2D.TransformNode)
 MethodPerforms the inverse mapping to MapOutputRectToInputRects. (Inherited from C1.Util.DX.Direct2D.Transform)
 MethodSets the input rectangles for this rendering pass into the transform. (Inherited from C1.Util.DX.Direct2D.Transform)
 MethodAllows a transform to state how it would map a rectangle requested on its output to a set of sample rectangles on its input. (Inherited from C1.Util.DX.Direct2D.Transform)
 MethodProvides a render information interface to the source transform to allow it to specify state to the rendering system. This part of the render information interface is shared with the GPU transform.  
Top
See Also