Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sets the drawing units.


Code Block
XFRXDraw::Object.SetUnit(tcUnit)

Parameters

tcUnit
  The unit code. The allowed values are: “in” – inches, “cm” – centimeters, “pt” – points (default value) and “px” – pixels.

...