Specifies the unit of measure for a given data type.
Namespace: RSGdiPlusGraphicsTypes
Delphi
|
type
TRSGPUnit = (
uWorld,
uDisplay,
uPixel,
uPoint,
uInch,
uDocument,
uMillimeter
);
|
|
Name
|
Description
|
|
uDisplay
|
Variable -- for PageTransform only
|
|
uDocument
|
Each unit is 1/300 inch.
|
|
uInch
|
Each unit is 1 inch.
|
|
uMillimeter
|
Each unit is 1 millimeter.
|
|
uPixel
|
Each unit is one device pixel.
|
|
uPoint
|
Each unit is a printer's point, or 1/72 inch.
|
|
uWorld
|
World coordinate (non-physical unit)
|
Top
|