C# Class Rsdn.LocUtil.CtrlHelper

Summary description for CtrlHelper. Ported by Andre from VB and adapted
Exibir arquivo Open project: rsdn/janus

Public Methods

Method Description
CheckedRectangle ( int x, int y, int width, int height ) : Rectangle

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

Method Details

CheckedRectangle() public static method

public static CheckedRectangle ( int x, int y, int width, int height ) : Rectangle
x int
y int
width int
height int
return System.Drawing.Rectangle

CheckedRectangleF() public static method

public static CheckedRectangleF ( float x, float y, float width, float height ) : RectangleF
x float
y float
width float
height float
return System.Drawing.RectangleF