C# Класс Rsdn.LocUtil.CtrlHelper

Summary description for CtrlHelper. Ported by Andre from VB and adapted
Показать файл Открыть проект

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

Метод Описание
CheckedRectangle ( int x, int y, int width, int height ) : Rectangle

CheckedRectangleF ( float x, float y, float width, float height ) : RectangleF

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

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

public static CheckedRectangle ( int x, int y, int width, int height ) : Rectangle
x int
y int
width int
height int
Результат System.Drawing.Rectangle

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

public static CheckedRectangleF ( float x, float y, float width, float height ) : RectangleF
x float
y float
width float
height float
Результат System.Drawing.RectangleF