GraphicsQualityContainer Constructor

Initializes a new instance of the GraphicsQualityContainer class.

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public GraphicsQualityContainer(
	CompositingQuality compositingQuality = CompositingQuality.Default,
	InterpolationMode interpolationMode = InterpolationMode.Default,
	PixelOffsetMode pixelOffsetMode = PixelOffsetMode.Default,
	QualityMode qualityMode = QualityMode.Default,
	SmoothingMode smoothingMode = SmoothingMode.Default,
	TextRenderingHint textRenderingHint = TextRenderingHint.SystemDefault
)

Parameters

compositingQuality  CompositingQuality  (Optional)
The quality level to use during compositing.
interpolationMode  InterpolationMode  (Optional)
The algorithm that is used when images are scaled or rotated.
pixelOffsetMode  PixelOffsetMode  (Optional)
A value that indicates how pixels are offset during rendering.
qualityMode  QualityMode  (Optional)
The overall quality when rendering GDI+ objects.
smoothingMode  SmoothingMode  (Optional)
A value that indicates whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.
textRenderingHint  TextRenderingHint  (Optional)
The quality of text rendering.

See Also