IM
Iniyen M A
Syncfusion Team
June 29, 2011 08:36 AM UTC
Hi Randolph,
Thanks for your interest in Syncfusion products.
CalculateCenter(Rectangle rect, Size sz) is point class which returns the Point with X and Y coordinates of center
Parameter "rect" resembles Destination rectangle and "sz" Object size.
For more information i have included the code snippet as follows.
Point pt = Syncfusion.HTMLUI.Base.Utility.GDIUtils.CalculateCenter(this.ClientRectangle, this.ClientSize);
Kindly refer the sample "Element Coordinates" to get the elements Width and height.
Please Let us know if you need further assistance.
Regards,
Iniyen M.A.