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