C# 클래스 ARCed.UI.DockPane.HitTestResult

파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 프로퍼티들

프로퍼티 타입 설명
HitArea HitTestArea
Index int

공개 메소드들

메소드 설명
HitTestResult ( HitTestArea hitTestArea, int index ) : System

메소드 상세

HitTestResult() 공개 메소드

public HitTestResult ( HitTestArea hitTestArea, int index ) : System
hitTestArea HitTestArea
index int
리턴 System

프로퍼티 상세

HitArea 공개적으로 프로퍼티

public HitTestArea HitArea
리턴 HitTestArea

Index 공개적으로 프로퍼티

public int Index
리턴 int