Hello, I'm just starting to integrate the control into my application and need the ability to rotate. Has someone done this yet? I need to know the outline of where to add the Transform code to make this happen. I've got all the properties mapped to the panel so my appliciation would call it like this:
// Rotate the image
indexImgZoomPanel.Rotate(intRotateAngle);
I'm just not sure where in the DLL to add code that would actually do the rotation. I tried adding code in here but it didn't work:
private Transform GetViewboxTransform
thanks,
Jim
// Rotate the image
indexImgZoomPanel.Rotate(intRotateAngle);
I'm just not sure where in the DLL to add code that would actually do the rotation. I tried adding code in here but it didn't work:
private Transform GetViewboxTransform
thanks,
Jim