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

Shape

Description

An abstract shape element with layout information data.

(矢量图形)

Declare

            
# 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;
}

        

.NET clr type reference tree

  1. use by property member DrawingRegion: RectangleF
  2. use by property member Location: PointF
  3. use by property member Size: SizeF

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