LM_Graphics:CurrentScale(ignoreZoom)

Version added: before 9.5
Returns the current scale of the drawing

Arguments:

Name Type Description Default Ver
ignoreZoom bool True if you wish to ignore zoom effects, false otherwise < 9.5

Return value:

real the drawing's current scale
Returns the current scale of the drawing. A value of 1 means the drawing is actual size, 0.5 would be half size, 2.0 would be double size, etc.
<< Back to LM_Graphics