[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.CommandSink1Native

Class CommandSink1Native

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

ID2D1CommandSink1

[Guid("9eb767fd-4269-4467-b8c2-eb30cb305743")]
public class CommandSink1Native : CommandSinkNative, IUnknown, ICommandSink1, ICommandSink, ICallbackable, IDisposable
Inheritance
object
CommandSink1Native
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

CommandSink1Native(IntPtr)

Initializes a new instance of the CommandSink1Native class.

public CommandSink1Native(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

SetPrimitiveBlend1(PrimitiveBlend)

HRESULT ID2D1CommandSink1::SetPrimitiveBlend1([In] D2D1_PRIMITIVE_BLEND primitiveBlend)

public void SetPrimitiveBlend1(PrimitiveBlend primitiveBlend)

Parameters

primitiveBlend PrimitiveBlend

Operators

explicit operator CommandSink1Native(IntPtr)

Performs an explicit conversion from System.IntPtr to CommandSink1Native.

public static explicit operator CommandSink1Native(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

CommandSink1Native