C# 클래스 Smrf.NodeXL.ExcelTemplate.LegendControlBase.DrawingObjects

Contains objects used to draw the control.
One of these is created by CreateDrawingObjects and passed to the various drawing methods. It saves having to pass too many arguments, and having to modify multiple method signatures when a new drawing object is added in the future.
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 프로퍼티들

프로퍼티 타입 설명
CenterAlignStringFormat System.Drawing.StringFormat
ControlRectangle System.Drawing.Rectangle
Font System.Drawing.Font
FontHeight System.Single
Graphics System.Drawing.Graphics
RightAlignStringFormat System.Drawing.StringFormat
TrimmingStringFormat System.Drawing.StringFormat

공개 메소드들

메소드 설명
GetFontHeightMultiple ( System.Single multiple ) : Int32

메소드 상세

GetFontHeightMultiple() 공개 메소드

public GetFontHeightMultiple ( System.Single multiple ) : Int32
multiple System.Single
리턴 System.Int32

프로퍼티 상세

CenterAlignStringFormat 공개적으로 프로퍼티

StringFormat object for drawing centered text.
public StringFormat,System.Drawing CenterAlignStringFormat
리턴 System.Drawing.StringFormat

ControlRectangle 공개적으로 프로퍼티

Rectangle to draw the control within.
public Rectangle,System.Drawing ControlRectangle
리턴 System.Drawing.Rectangle

Font 공개적으로 프로퍼티

Font to use.
public Font,System.Drawing Font
리턴 System.Drawing.Font

FontHeight 공개적으로 프로퍼티

Height of the font.
public Single,System FontHeight
리턴 System.Single

Graphics 공개적으로 프로퍼티

Object to draw with.
public Graphics,System.Drawing Graphics
리턴 System.Drawing.Graphics

RightAlignStringFormat 공개적으로 프로퍼티

StringFormat object for drawing right-aligned text.
public StringFormat,System.Drawing RightAlignStringFormat
리턴 System.Drawing.StringFormat

TrimmingStringFormat 공개적으로 프로퍼티

StringFormat object for drawing trimmed text.
public StringFormat,System.Drawing TrimmingStringFormat
리턴 System.Drawing.StringFormat