Date: 02-16-2022
Return to Index
created by gbSnippets
New_width = X*ABS(cos(D)) + Y*ABS(sin(D))
New_height= Y*ABS(cos(D)) + X*ABS(sin(D))
D is in Radians
GetDialogBounds 'calculates rotateW/rotateH to fit RulerW/RulerH
'gbs_00923
'Date: 03-10-2012
http://www.garybeene.com/sw/gbsnippets.htm