Table of Contents

Class SourceTransformNative

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

Constructors

SourceTransformNative(nint)

public SourceTransformNative(nint nativePtr)

Parameters

nativePtr nint

Properties

RenderInfo_

Sets the render information for the transform.

public RenderInformation RenderInfo_ { set; }

Property Value

RenderInformation

Remarks

Provides a render information interface to the source transform to allow it to specify state to the rendering system.

Methods

Draw(Bitmap1, RawRectangle, RawPoint)

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

Parameters

target Bitmap1
drawRect RawRectangle
targetOrigin RawPoint

SetRenderInformation(RenderInformation)

public void SetRenderInformation(RenderInformation renderInfo)

Parameters

renderInfo RenderInformation

Operators

explicit operator SourceTransformNative(nint)

public static explicit operator SourceTransformNative(nint nativePtr)

Parameters

nativePtr nint

Returns

SourceTransformNative