| CanvasTriangleVertices Structure | 
Namespace: Microsoft.Graphics.Canvas.Geometry
 Syntax
Syntaxpublic struct CanvasTriangleVertices
The CanvasTriangleVertices type exposes the following members.
 Fields
Fields| Name | Description | |
|---|---|---|
|  | Vertex1 | First vertex of the triangle. | 
|  | Vertex2 | Second vertex of the triangle. | 
|  | Vertex3 | Third vertex of the triangle. | 
 See Also
See Also