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

  1. this class extends from Shape class: Shape
  2. use by property member Color: Color
  3. use by property member DrawingRegion: RectangleF
  4. use by property member Location: PointF
  5. use by property member Size: SizeF
  6. use by property member Vertex1: PointF
  7. use by property member Vertex2: PointF
  8. use by property member Vertex3: PointF

[Package {$package} version {$version} Index]