how to apply zoom to usercontrol...
-
hi friends am using usercontrol as drawing area to draw graphics...so now i want to apply zoom factor to usercontrol(not to image)...plzzzzzz help me.. txs in advance...
-
hi friends am using usercontrol as drawing area to draw graphics...so now i want to apply zoom factor to usercontrol(not to image)...plzzzzzz help me.. txs in advance...
usercontrol zoom? Basically this will increase/decrease the size of the control? why do you want to do that? what controls is your usercontrol containing? you cannot apply zoom transformations on controls, at least in standard windows applications. You may use a workaround, to apply a zoom factor to the size/location of each children controls. Calin
modified on Thursday, February 26, 2009 11:31 AM
-
usercontrol zoom? Basically this will increase/decrease the size of the control? why do you want to do that? what controls is your usercontrol containing? you cannot apply zoom transformations on controls, at least in standard windows applications. You may use a workaround, to apply a zoom factor to the size/location of each children controls. Calin
modified on Thursday, February 26, 2009 11:31 AM
iam drawing shapes using graphics..so i want to apply zoomfactor to dt usercontrol...