C# 클래스 PurplePen.Special

A special describes a special additional object that isn't a control, and doesn't fit into the normal control heirarchy. Special objects are often shared among all the courses.
상속: StorableObject
파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
allCourses bool
color SpecialColor
cornerRadius float
courses PurplePen.CourseDesignator[]
dashSize float
fontBold bool
fontName string
gapSize float
imageBitmap System.Drawing.Bitmap
kind SpecialKind
lineKind LineKind
lineWidth float
locations System.Drawing.PointF[]
numColumns int
orientation float
text string

공개 메소드들

메소드 설명
Clone ( ) : StorableObject
Equals ( object obj ) : bool
ReadAttributesAndContent ( XmlInput xmlinput ) : void
Special ( ) : System
Special ( SpecialKind kind, PointF locations ) : System
Validate ( Id id, EventDB validateInfo ) : void
WriteAttributesAndContent ( System xmloutput ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : StorableObject
리턴 StorableObject

Equals() 공개 메소드

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

ReadAttributesAndContent() 공개 메소드

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

Special() 공개 메소드

public Special ( ) : System
리턴 System

Special() 공개 메소드

public Special ( SpecialKind kind, PointF locations ) : System
kind SpecialKind
locations System.Drawing.PointF
리턴 System

Validate() 공개 메소드

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

WriteAttributesAndContent() 공개 메소드

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

프로퍼티 상세

allCourses 공개적으로 프로퍼티

public bool allCourses
리턴 bool

color 공개적으로 프로퍼티

public SpecialColor,PurplePen color
리턴 SpecialColor

cornerRadius 공개적으로 프로퍼티

public float cornerRadius
리턴 float

courses 공개적으로 프로퍼티

public CourseDesignator[],PurplePen courses
리턴 PurplePen.CourseDesignator[]

dashSize 공개적으로 프로퍼티

public float dashSize
리턴 float

fontBold 공개적으로 프로퍼티

public bool fontBold
리턴 bool

fontName 공개적으로 프로퍼티

public string fontName
리턴 string

gapSize 공개적으로 프로퍼티

public float gapSize
리턴 float

imageBitmap 공개적으로 프로퍼티

public Bitmap,System.Drawing imageBitmap
리턴 System.Drawing.Bitmap

kind 공개적으로 프로퍼티

public SpecialKind kind
리턴 SpecialKind

lineKind 공개적으로 프로퍼티

public LineKind lineKind
리턴 LineKind

lineWidth 공개적으로 프로퍼티

public float lineWidth
리턴 float

locations 공개적으로 프로퍼티

public PointF[],System.Drawing locations
리턴 System.Drawing.PointF[]

numColumns 공개적으로 프로퍼티

public int numColumns
리턴 int

orientation 공개적으로 프로퍼티

public float orientation
리턴 float

text 공개적으로 프로퍼티

public string text
리턴 string