Enum DrawingQuality
This enumeration specifies the drawing quality of the GeoCanvas.
public enum DrawingQuality
Fields
Default = 0The default drawing quality, balanced between speed and quality, it is same as Medium
HighQuality = 1The high quality (but low speed) drawing quality.
HighSpeed = 2The low quality (but high speed) drawing quality.
Medium = 3The Middle drawing quality, balanced between speed and quality.
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.