Lock current aspect ratio
bmb
Function LockAspect()
variable aspectRatio
GetWindow kwtopWin psize
aspectRatio = (V_right - V_left)/(V_bottom-V_top)
ModifyGraph width = {Aspect,aspectRatio}
End
variable aspectRatio
GetWindow kwtopWin psize
aspectRatio = (V_right - V_left)/(V_bottom-V_top)
ModifyGraph width = {Aspect,aspectRatio}
End
Forum
Support
Gallery
Igor Pro 9
Learn More
Igor XOP Toolkit
Learn More
Igor NIDAQ Tools MX
Learn More