GDICanvas {Microsoft.VisualBasic.Imaging} | .NET clr documentation |
这个对象是Graphics2D以及Wmf公用的基础类型
the gdi+ graphics canvas base model
# namespace Microsoft.VisualBasic.Imaging
export class GDICanvas extends IGraphics {
Background: Color;
CompositingMode: CompositingMode;
CompositingQuality: CompositingQuality;
Dpi: double;
# Gets the horizontal resolution of this System.Drawing.Graphics.
DpiX: double;
# Gets the vertical resolution of this System.Drawing.Graphics.
DpiY: double;
Font: Font;
# GDI+ device handle.(GDI+绘图设备句柄)
Graphics: Graphics;
# Gets or sets the interpolation mode associated with this System.Drawing.Graphics.
InterpolationMode: InterpolationMode;
IsClipEmpty: boolean;
IsVisibleClipEmpty: boolean;
# Gets or sets the scaling between world units and page units for this System.Drawing.Graphics.
PageScale: double;
PageUnit: GraphicsUnit;
# Gets or set a value specifying how pixels are offset during rendering of this
# System.Drawing.Graphics.
PixelOffsetMode: PixelOffsetMode;
RenderingOrigin: Point;
Size: Size;
# Gets or sets the rendering quality for this System.Drawing.Graphics.
SmoothingMode: SmoothingMode;
Stroke: Pen;
TextContrast: integer;
# Gets or sets the rendering mode for text associated with this System.Drawing.Graphics.
TextRenderingHint: TextRenderingHint;
}
Background
: ColorCompositingMode
: CompositingModeCompositingQuality
: CompositingQualityFont
: FontGraphics
: GraphicsInterpolationMode
: InterpolationModePageUnit
: GraphicsUnitPixelOffsetMode
: PixelOffsetModeRenderingOrigin
: PointSize
: SizeSmoothingMode
: SmoothingModeStroke
: PenTextRenderingHint
: TextRenderingHint