DrawingMode
Description
Methods of drawing on the image.
Values of this enumeration:
- HighQuality - Produces precise and good-looking drawings.
- Fast - Faster and less sophisticated drawing method.
namespace DrawingMode
{
enum Type
{
HighQuality,
Fast
};
}
