GraphicsRegion {Microsoft.VisualBasic.Imaging.Drawing2D} .NET clr documentation

GraphicsRegion

Description

绘图区域的参数

Declare

            
# namespace Microsoft.VisualBasic.Imaging.Drawing2D
export class GraphicsRegion extends ValueType {
   # 绘图区域的底部Y坐标值
   Bottom: integer;
   # 整张画布的大小区域
   EntireArea: Rectangle;
   # Get the height of the entire canvas GraphicsRegion.Size
   Height: integer;
   # 整张画布出去margin部分剩余的可供绘图的区域
   PlotRegion: Rectangle;
   # Get the width of the entire canvas GraphicsRegion.Size
   Width: integer;
   # [left, right] as DoubleRange
   XRange: string;
   # [top, bottom] as DoubleRange
   YRange: string;
}

        

.NET clr type reference tree

  1. this class extends from ValueType class: ValueType
  2. use by property member EntireArea: Rectangle
  3. use by property member PlotRegion: Rectangle

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