Table of Contents

Class TransformNodeNative

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("b2efe1e7-729f-4102-949f-505fa21bf666")]
public class TransformNodeNative : ComObject, TransformNode, IUnknown, ICallbackable, IDisposable
Inheritance
TransformNodeNative
Implements
IUnknown
ICallbackable
Derived

Constructors

TransformNodeNative(nint)

public TransformNodeNative(nint nativePtr)

Parameters

nativePtr nint

Properties

InputCount

public int InputCount { get; }

Property Value

int

InputCount_

Gets the number of inputs to the transform node.

public int InputCount_ { get; }

Property Value

int

Operators

explicit operator TransformNodeNative(nint)

public static explicit operator TransformNodeNative(nint nativePtr)

Parameters

nativePtr nint

Returns

TransformNodeNative