C# 클래스 Dalssoft.DiagramNet.LabelElement

상속: BaseElement, ISerializable, IControllable
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
autoSize bool
backColor1 Color
backColor2 Color
foreColor1 Color
foreColor2 Color
readOnly bool
text string

Private Properties

프로퍼티 타입 설명
Draw void
IControllable IController
ISerializable void
PositionBySite void

공개 메소드들

메소드 설명
DoAutoSize ( ) : void
LabelElement ( ) : System
LabelElement ( Point l, Size s ) : System
LabelElement ( Rectangle rec ) : System
LabelElement ( int top, int left, int width, int height ) : System

보호된 메소드들

메소드 설명
DrawBorder ( Graphics g, Rectangle r ) : void
GetBrushBackColor ( Rectangle r ) : Brush
GetBrushForeColor ( Rectangle r ) : Brush
LabelElement ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
Draw ( System g ) : void
IControllable ( ) : IController
ISerializable ( SerializationInfo info, StreamingContext context ) : void
PositionBySite ( BaseElement site ) : void

메소드 상세

DoAutoSize() 공개 메소드

public DoAutoSize ( ) : void
리턴 void

DrawBorder() 보호된 메소드

protected DrawBorder ( Graphics g, Rectangle r ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
리턴 void

GetBrushBackColor() 보호된 메소드

protected GetBrushBackColor ( Rectangle r ) : Brush
r System.Drawing.Rectangle
리턴 System.Drawing.Brush

GetBrushForeColor() 보호된 메소드

protected GetBrushForeColor ( Rectangle r ) : Brush
r System.Drawing.Rectangle
리턴 System.Drawing.Brush

LabelElement() 공개 메소드

public LabelElement ( ) : System
리턴 System

LabelElement() 공개 메소드

public LabelElement ( Point l, Size s ) : System
l Point
s System.Drawing.Size
리턴 System

LabelElement() 공개 메소드

public LabelElement ( Rectangle rec ) : System
rec System.Drawing.Rectangle
리턴 System

LabelElement() 보호된 메소드

protected LabelElement ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

LabelElement() 공개 메소드

public LabelElement ( int top, int left, int width, int height ) : System
top int
left int
width int
height int
리턴 System

프로퍼티 상세

autoSize 보호되어 있는 프로퍼티

protected bool autoSize
리턴 bool

backColor1 보호되어 있는 프로퍼티

protected Color backColor1
리턴 Color

backColor2 보호되어 있는 프로퍼티

protected Color backColor2
리턴 Color

foreColor1 보호되어 있는 프로퍼티

protected Color foreColor1
리턴 Color

foreColor2 보호되어 있는 프로퍼티

protected Color foreColor2
리턴 Color

readOnly 보호되어 있는 프로퍼티

protected bool readOnly
리턴 bool

text 보호되어 있는 프로퍼티

protected string text
리턴 string