Click or drag to resize
CanvasTriangleVertices Structure
Describes a 2D triangle, which consists of three vertices.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public struct CanvasTriangleVertices

The CanvasTriangleVertices type exposes the following members.

Fields
  NameDescription
Public fieldVertex1
First vertex of the triangle.
Public fieldVertex2
Second vertex of the triangle.
Public fieldVertex3
Third vertex of the triangle.
Top
See Also