[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Mesh

Mesh Class

ID2D1Mesh

Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("2cd906c2-12e2-11dc-9fed-001143a055f9")]
public class Mesh : Resource, IDisposable, IUnknown

Constructors

Name Description
Mesh(IntPtr)

Initializes a new instance of the Mesh class.

Methods

Name Description
Create(RenderTarget)

Create a mesh that uses triangles to describe a shape.

Create(RenderTarget, Triangle[])

Create a mesh that uses triangles to describe a shape and populates it with triangles.

Open()

HRESULT ID2D1Mesh::Open([Out] ID2D1TessellationSink** tessellationSink)

Operators

Name Description
explicit operator Mesh(IntPtr)

Performs an explicit conversion from IntPtr to Mesh.