Triangle {Microsoft.VisualBasic.Imaging.Drawing2D.Shapes} |
.NET clr documentation |
Triangle
Description
Declare
# namespace Microsoft.VisualBasic.Imaging.Drawing2D.Shapes
export class Triangle extends Shape {
Angle: double;
Color: Color;
DrawingRegion: RectangleF;
EnableAutoLayout: boolean;
Location: PointF;
# get the possible shape size of the triangle shape object
Size: SizeF;
TooltipTag: string;
Vertex1: PointF;
Vertex2: PointF;
Vertex3: PointF;
}
.NET clr type reference tree
- this class extends from Shape class: Shape
- use by property member
Color
: Color
- use by property member
DrawingRegion
: RectangleF
- use by property member
Location
: PointF
- use by property member
Size
: SizeF
- use by property member
Vertex1
: PointF
- use by property member
Vertex2
: PointF
- use by property member
Vertex3
: PointF
[Package
{$package} version {$version}
Index]