Shape {Microsoft.VisualBasic.Imaging.Drawing2D.Shapes} | .NET clr documentation |
An abstract shape element with layout information data.
(矢量图形)
# namespace Microsoft.VisualBasic.Imaging.Drawing2D.Shapes
export class Shape {
# create the layout rectangle value based on the shape Shape.Location and its shape Shape.Size.
DrawingRegion: RectangleF;
# 默认是允许自动组织布局的
EnableAutoLayout: boolean;
# the location of the current shape element
Location: PointF;
Size: SizeF;
# the metadata string of current shape element
TooltipTag: string;
}
DrawingRegion
: RectangleFLocation
: PointFSize
: SizeF