Table of Contents

Enum DrawingQuality

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

This enumeration specifies the drawing quality of the GeoCanvas.

public enum DrawingQuality

Fields

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.

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.