Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Graphics.setCoordinateSystem

Sets the coordinate system for this Graphics object.

Syntax

public final void setCoordinateSystem( int system**)**

Parameters

system

The coordinate system for this object. This value must be one of the enumeration constants defined in the CoordinateSystem class.

Remarks

The coordinate system for a Graphics object defines its mapping mode. The mapping mode for an object designates how units (such as the x, y measurements in a Point object) map to the physical display and also determines the orientation of the device's x- and y-axes.