C# 클래스 PurplePen.ControlPoint

A control point describes a particular point, not necessarily any association with a particular course.
상속: StorableObject
파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
code string
codeLocationAngle float
columnFText string
customCodeLocation bool
descTextAfter string
descTextBefore string
descriptionText string
gaps CircleGap[]>.Dictionary
kind ControlPointKind
location System.Drawing.PointF
orientation float
punches PunchPattern
symbolIds string[]

공개 메소드들

메소드 설명
Clone ( ) : StorableObject
ControlPoint ( ) : System
ControlPoint ( ControlPointKind kind, string code, PointF location ) : System
Equals ( object obj ) : bool
ReadAttributesAndContent ( XmlInput xmlinput ) : void
Validate ( Id id, EventDB validateInfo ) : void
WriteAttributesAndContent ( System xmloutput ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : StorableObject
리턴 StorableObject

ControlPoint() 공개 메소드

public ControlPoint ( ) : System
리턴 System

ControlPoint() 공개 메소드

public ControlPoint ( ControlPointKind kind, string code, PointF location ) : System
kind ControlPointKind
code string
location System.Drawing.PointF
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

ReadAttributesAndContent() 공개 메소드

public ReadAttributesAndContent ( XmlInput xmlinput ) : void
xmlinput XmlInput
리턴 void

Validate() 공개 메소드

public Validate ( Id id, EventDB validateInfo ) : void
id Id
validateInfo EventDB
리턴 void

WriteAttributesAndContent() 공개 메소드

public WriteAttributesAndContent ( System xmloutput ) : void
xmloutput System
리턴 void

프로퍼티 상세

code 공개적으로 프로퍼티

public string code
리턴 string

codeLocationAngle 공개적으로 프로퍼티

public float codeLocationAngle
리턴 float

columnFText 공개적으로 프로퍼티

public string columnFText
리턴 string

customCodeLocation 공개적으로 프로퍼티

public bool customCodeLocation
리턴 bool

descTextAfter 공개적으로 프로퍼티

public string descTextAfter
리턴 string

descTextBefore 공개적으로 프로퍼티

public string descTextBefore
리턴 string

descriptionText 공개적으로 프로퍼티

public string descriptionText
리턴 string

gaps 공개적으로 프로퍼티

public Dictionary gaps
리턴 CircleGap[]>.Dictionary

kind 공개적으로 프로퍼티

public ControlPointKind kind
리턴 ControlPointKind

location 공개적으로 프로퍼티

public PointF,System.Drawing location
리턴 System.Drawing.PointF

orientation 공개적으로 프로퍼티

public float orientation
리턴 float

punches 공개적으로 프로퍼티

public PunchPattern,PurplePen punches
리턴 PunchPattern

symbolIds 공개적으로 프로퍼티

public string[] symbolIds
리턴 string[]