C# 클래스 Enigma.D3.UI.UIRect

파일 보기 프로젝트 열기: r3peat/Enigma.D3.Public 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bottom float
Left float
Right float
Top float

공개 메소드들

메소드 설명
ToString ( ) : string
TranslateToClientRect ( float clientWidth, float clientHeight ) : UIRect

This is just an example, change type to fit whatever UI system you're using for rendering. WinForm uses pixels (int) while WPF uses DPI (float).

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TranslateToClientRect() 공개 메소드

This is just an example, change type to fit whatever UI system you're using for rendering. WinForm uses pixels (int) while WPF uses DPI (float).
public TranslateToClientRect ( float clientWidth, float clientHeight ) : UIRect
clientWidth float
clientHeight float
리턴 UIRect

프로퍼티 상세

Bottom 공개적으로 프로퍼티

public float Bottom
리턴 float

Left 공개적으로 프로퍼티

public float Left
리턴 float

Right 공개적으로 프로퍼티

public float Right
리턴 float

Top 공개적으로 프로퍼티

public float Top
리턴 float