Table of Contents

Interface SourceTransform

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("db1800dd-0c34-4cf9-be90-31cc0a5653e1")]
public interface SourceTransform : Transform, TransformNode, IUnknown, ICallbackable, IDisposable
Inherited Members

Methods

Draw(Bitmap1, RawRectangle, RawPoint)

No documentation.

void Draw(Bitmap1 target, RawRectangle drawRect, RawPoint targetOrigin)

Parameters

target Bitmap1

No documentation.

drawRect RawRectangle

No documentation.

targetOrigin RawPoint

No documentation.

SetRenderInformation(RenderInformation)

[This documentation is preliminary and is subject to change.]

void SetRenderInformation(RenderInformation renderInfo)

Parameters

renderInfo RenderInformation

The interface supplied to the transform to allow specifying the precision-based transform pass.

Remarks

Provides 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.