Line {Microsoft.VisualBasic.Imaging.Drawing2D.Shapes} .NET clr documentation

Line

Description

Declare

            
# namespace Microsoft.VisualBasic.Imaging.Drawing2D.Shapes
export class Line extends Shape {
   A: PointF;
   # 返回线段和X轴的夹角,夹角值为弧度值
   Alpha: double;
   B: PointF;
   Center: PointF;
   Cos: double;
   DrawingRegion: RectangleF;
   EnableAutoLayout: boolean;
   # 线段的长度
   Length: double;
   Location: PointF;
   Sin: double;
   Size: SizeF;
   Stroke: Stroke;
   TooltipTag: string;
}

        

.NET clr type reference tree

  1. this class extends from Shape class: Shape
  2. use by property member A: PointF
  3. use by property member B: PointF
  4. use by property member Center: PointF
  5. use by property member DrawingRegion: RectangleF
  6. use by property member Location: PointF
  7. use by property member Size: SizeF
  8. use by property member Stroke: Stroke

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