Table of Contents

Class Resource

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("2cd90691-12e2-11dc-9fed-001143a055f9")]
public class Resource : ComObject
Inheritance
Resource
Derived

Constructors

Resource(nint)

public Resource(nint nativePtr)

Parameters

nativePtr nint

Properties

Factory

Retrieves the factory associated with this resource.

public Factory Factory { get; }

Property Value

Factory

Operators

explicit operator Resource(nint)

public static explicit operator Resource(nint nativePtr)

Parameters

nativePtr nint

Returns

Resource