C# 클래스 Rsdn.LocUtil.CtrlHelper

Summary description for CtrlHelper. Ported by Andre from VB and adapted
파일 보기 프로젝트 열기: rsdn/janus

공개 메소드들

메소드 설명
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