C# 클래스 LabelPlus.LabelItem

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

공개 프로퍼티들

프로퍼티 타입 설명
Category int
Text string
X_percent float
Y_percent float

공개 메소드들

메소드 설명
LabelItem ( float x_percent, float y_percent, string text, int category ) : System

메소드 상세

LabelItem() 공개 메소드

public LabelItem ( float x_percent, float y_percent, string text, int category ) : System
x_percent float
y_percent float
text string
category int
리턴 System

프로퍼티 상세

Category 공개적으로 프로퍼티

public int Category
리턴 int

Text 공개적으로 프로퍼티

public string Text
리턴 string

X_percent 공개적으로 프로퍼티

public float X_percent
리턴 float

Y_percent 공개적으로 프로퍼티

public float Y_percent
리턴 float