| 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
- this class extends from Shape class: Shape
- use by property member
A: PointF
- use by property member
B: PointF
- use by property member
Center: PointF
- use by property member
DrawingRegion: RectangleF
- use by property member
Location: PointF
- use by property member
Size: SizeF
- use by property member
Stroke: Stroke
[Package
{$package} version {$version}
Index]