[]
ID2D1Mesh
[Guid("2cd906c2-12e2-11dc-9fed-001143a055f9")]
public class Mesh : Resource, IDisposable, IUnknown
Name | Description |
---|---|
Mesh(IntPtr) | Initializes a new instance of the Mesh class. |
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) |
Name | Description |
---|---|
explicit operator Mesh(IntPtr) |