[]
D2D1_VERTEX_BUFFER_PROPERTIES
public class VertexBufferProperties
| Name | Description |
|---|---|
| VertexBufferProperties() | Initializes a new instance of VertexBufferProperties class. |
| VertexBufferProperties(int, VertexUsage, DataStream) | Initializes a new instance of VertexBufferProperties class. |
| Name | Description |
|---|---|
| DataPointer | const unsigned char* data |
| InputCount | unsigned int inputCount |
| SizeInBytes | unsigned int byteWidth |
| Usage | D2D1_VERTEX_USAGE usage |
| Name | Description |
|---|---|
| Data | The initial contents of the vertex buffer. |