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

GraphicsRegion

Description

绘图区域的参数

Declare

            
# namespace Microsoft.VisualBasic.Imaging.Drawing2D
export class GraphicsRegion extends ValueType {
   # 整张画布的大小区域
   EntireArea: Rectangle;
   # Get the height of the entire canvas GraphicsRegion.Size
   Height: integer;
   # Get the width of the entire canvas GraphicsRegion.Size
   Width: integer;
}

        

.NET clr type reference tree

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

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