VectorUnit()

Syntax

Result = VectorUnit()
Description
Returns the unit in which all corrdinates and sizes are measured on the current vector drawing output. This unit has been specified when the output was created.

Parameters

None.

Return value

Returns one of the following values:
  #PB_Unit_Pixel     : Values are measured in pixels (or dots in case of a printer)
  #PB_Unit_Point     : Values are measured in points (1/72 inch)
  #PB_Unit_Inch      : Values are measured in inches
  #PB_Unit_Millimeter: Values are measured in millimeters

Supported OS

All

<- VectorTextWidth() - VectorDrawing Index