UAOOI.Windows.Forms

GraphicsSettings Constructor

Initializes a new instance of the GraphicsSettings class.

Namespace:  UAOOI.Windows.Forms.GDI
Assembly:  CAS.Windows.Forms (in CAS.Windows.Forms.dll)

Syntax


public GraphicsSettings(
	Color BackgroundColor,
	Color ForegroundColor,
	Color SelectionPenColor,
	Color TextColor,
	HatchStyle HatchStyle,
	float PenWidth,
	FontFamily FontFamily,
	float FontSize,
	FontStyle FontStyle,
	float Zoom
)

Parameters

BackgroundColor
Type: Color
Color of the background.
ForegroundColor
Type: Color
Color of the foreground.
SelectionPenColor
Type: Color
Color of the selection pen.
TextColor
Type: Color
Color of the text.
HatchStyle
Type: HatchStyle
The hatch style.
PenWidth
Type: Single
Width of the pen.
FontFamily
Type: FontFamily
The font family.
FontSize
Type: Single
Size of the font.
FontStyle
Type: FontStyle
The font style.
Zoom
Type: Single
The zoom.