Search found 3 matches
- 02 Aug 2006, 19:05
- Forum: CAD VCL
- Topic: Scrolling in TsgImage
- Replies: 1
- Views: 10492
Scrolling in TsgImage
Hi,
Is there a possibility to deactivate the implemented scrolling functionality which is normally on the right mouse button and the pressed mouse wheel.
Or even better would be to have this functionality on the left mouse button.
Cheers
Stephan
Is there a possibility to deactivate the implemented scrolling functionality which is normally on the right mouse button and the pressed mouse wheel.
Or even better would be to have this functionality on the left mouse button.
Cheers
Stephan
ShowPoint
Hi there,
I am trying to use the ShowPoint function on BDS2006/C++. It seems to me that the function is not working. Even in the Viewer Demo, the function seems having no effect at all? Is there a bug, or is there something missing?
Best regards,
Stephan
I am trying to use the ShowPoint function on BDS2006/C++. It seems to me that the function is not working. Even in the Viewer Demo, the function seems having no effect at all? Is there a bug, or is there something missing?
Best regards,
Stephan
- 19 Jul 2006, 16:06
- Forum: CAD VCL
- Topic: CAD Import VCL and Rotate
- Replies: 1
- Views: 10093
CAD Import VCL and Rotate
Hi there! I am using your Example on Rotation from the documentation file. I have somehow translated it to C++ as: <i>sgDXFImage->Rotate(axisZ,dAngle); TRect R = Rect(0, 0, sgCADImage->Width, sgCADImage->Height); sgCADImage->Canvas->StretchDraw(R,sgDXFImage);</i> The rotation itself works fine, but ...