Skip to content

DrawingQuality

Namespace: ThinkGeo.Core

This enumeration specifies the drawing quality of the GeoCanvas.

public enum DrawingQuality

Inheritance ObjectValueTypeEnumDrawingQuality
Implements IComparable, IFormattable, IConvertible

Remarks:

This enumeration does not specifically utilize high speed or high quality drawing. Those factors are determined by the implementor of the GeoCanvas. Each GeoCanvas can accomplish these various items in different ways.

Fields

Name Value Description
Default 0 The default drawing quality, balanced between speed and quality, it is same as Medium
HighQuality 1 The high quality (but low speed) drawing quality.
HighSpeed 2 The low quality (but high speed) drawing quality.
Medium 3 The Middle drawing quality, balanced between speed and quality.