GraphicsRegion {Microsoft.VisualBasic.Imaging.Drawing2D} | .NET clr documentation |
绘图区域的参数
# 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;
}