C# 클래스 Nez.UI.DebugRectangleF

파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
color Color
rect RectangleF

공개 메소드들

메소드 설명
DebugRectangleF ( float x, float y, float width, float height, Color color ) : System
set ( float x, float y, float width, float height, Color color ) : void

메소드 상세

DebugRectangleF() 공개 메소드

public DebugRectangleF ( float x, float y, float width, float height, Color color ) : System
x float
y float
width float
height float
color Color
리턴 System

set() 공개 메소드

public set ( float x, float y, float width, float height, Color color ) : void
x float
y float
width float
height float
color Color
리턴 void

프로퍼티 상세

color 공개적으로 프로퍼티

public Color color
리턴 Color

rect 공개적으로 프로퍼티

public RectangleF rect
리턴 RectangleF