C# 클래스 NewTOAPIA.UI.GraphicElement

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 프로퍼티들

프로퍼티 타입 설명
fGraphic IGraphic
fLocation Point

공개 메소드들

메소드 설명
GraphicElement ( IGraphic graphic, Point location ) : System

메소드 상세

GraphicElement() 공개 메소드

public GraphicElement ( IGraphic graphic, Point location ) : System
graphic IGraphic
location Point
리턴 System

프로퍼티 상세

fGraphic 공개적으로 프로퍼티

public IGraphic fGraphic
리턴 IGraphic

fLocation 공개적으로 프로퍼티

public Point fLocation
리턴 Point