x4Trace Documentation v1.0
|
This is the complete list of members for IGraphics.GInterface.IGraphics, including all inherited members.
DrawImage(object image, IRectangle rectangle) | IGraphics.GInterface.IGraphics | virtual |
DrawImage(object image, int x, int y, int width, int height) | IGraphics.GInterface.IGraphics | virtual |
DrawLine(IPen pen, int x1, int y1, int x2, int y2) | IGraphics.GInterface.IGraphics | virtual |
DrawRectangle(IColor color, IRectangle rectangle) | IGraphics.GInterface.IGraphics | virtual |
DrawRectangle(IPen pen, IRectangle rectangle) | IGraphics.GInterface.IGraphics | virtual |
DrawString(string text, IFont font, IColor color, IRectangle rectangle, IStringAlignment alignment) | IGraphics.GInterface.IGraphics | virtual |
FillRectangle(IColor color, IRectangle rectangle) | IGraphics.GInterface.IGraphics | virtual |
MeasureString(string text, IFont font, int width, IStringAlignment alignment) | IGraphics.GInterface.IGraphics | virtual |
MeasureString1(string text, IFont font, int width, IStringAlignment alignment) | IGraphics.GInterface.IGraphics | static |
MeasureString1(string text, IFont font) | IGraphics.GInterface.IGraphics | static |
MeasureStringEvt1 | IGraphics.GInterface.IGraphics | static |
MeasureStringEvt2 | IGraphics.GInterface.IGraphics | static |
ScaleTransform(float x, float y) | IGraphics.GInterface.IGraphics | virtual |
TranslateTransform(float x, float y) | IGraphics.GInterface.IGraphics | virtual |