Hi,
I still have a problem in geting
Window Coords for the Plot Area of a CNiGraph (under VC++) :
What I do (inside of CNiGraph derived) :
//
CNiImage image = Images("Plot Area");
image.SetUrl("C:\\WINDOWS\\Circles.bmp");
image.Reload();
CNiPicture Picture = image.GetPicture();
int width = Picture.GetWidth();
//
width is 847,
and that is, I think,
the Himetric (1/1000 m) width of the
bitmap ploted on my Display.
The width doesent change, if I
resize the CNiGraph Ctrl !
So, is there a nother way to calculate the
actual size of the Plot Area ??
Yours,
Joerg Peleikis