C# Класс APG.GDIHelpers.GDIHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
GetPointForCenterString ( Graphics graphics, Rectangle rectangle, string Message, Font font ) : PointF
GetPointForCenterString ( Graphics graphics, Rectangle rectangle, string Message, Font font, int margin, string spacer, string &formatedMessage ) : PointF
GetPointForCenterString ( Graphics graphics, int x, int y, int width, int height, string Message, Font font ) : PointF

Описание методов

GetPointForCenterString() публичный статический Метод

public static GetPointForCenterString ( Graphics graphics, Rectangle rectangle, string Message, Font font ) : PointF
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
Message string
font System.Drawing.Font
Результат System.Drawing.PointF

GetPointForCenterString() публичный статический Метод

public static GetPointForCenterString ( Graphics graphics, Rectangle rectangle, string Message, Font font, int margin, string spacer, string &formatedMessage ) : PointF
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
Message string
font System.Drawing.Font
margin int
spacer string
formatedMessage string
Результат System.Drawing.PointF

GetPointForCenterString() публичный статический Метод

public static GetPointForCenterString ( Graphics graphics, int x, int y, int width, int height, string Message, Font font ) : PointF
graphics System.Drawing.Graphics
x int
y int
width int
height int
Message string
font System.Drawing.Font
Результат System.Drawing.PointF