I need these methods…
in Font.cs
Font.ComputeExtent
in Graphics.cs :
DrawEllipse(System.Drawing.Color colorOutline, int x, int y, int xRadius, int yRadius)
DrawEllipse(System.Drawing.Color colorOutline, int thicknessOutline, int x, int y, int xRadius, int yRadius, System.Drawing.Color colorGradientStart, int xGradientStart, int yGradientStart, System.Drawing.Color colorGradientEnd, int xGradientEnd, int yGradientEnd, ushort opacity)
DrawImage(int xDst, int yDst, Bitmap bitmap, int xSrc, int ySrc, int width, int height, ushort opacity)
DrawRectangle(System.Drawing.Color colorOutline, int thicknessOutline, int x, int y, int width, int height, int xCornerRadius, int yCornerRadius, System.Drawing.Color colorGradientStart, int xGradientStart, int yGradientStart, System.Drawing.Color colorGradientEnd, int xGradientEnd, int yGradientEnd, ushort opacity)
DrawRectangle(Geom.Rectangle rect, System.Drawing.Color color, ushort opacity)
DrawTextInRect(ref string text, ref int xRelStart, ref int yRelStart, int x, int y, int width, int height, uint dtFlags, System.Drawing.Color color, System.Drawing.Font font)
Scale9Image(int xDst, int yDst, int widthDst, int heightDst, Bitmap bitmap, int leftBorder, int topBorder, int rightBorder, int bottomBorder, ushort opacity)
SetClippingRectangle(int x, int y, int width, int height)
StretchImage(int xDst, int yDst, Bitmap bitmap, int width, int height, ushort opacity)
Thanks @John_Brochue 