C# 클래스 CardMaker.Card.Shapes.ShapeManager

파일 보기 프로젝트 열기: nhmkdev/cardmaker

공개 프로퍼티들

프로퍼티 타입 설명
s_dictionaryShapeByName AbstractShape>.Dictionary
s_regexShapes System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
GetZeroRectangle ( int nX, int nY ) : Rectangle
HandleShapeRender ( Graphics zGraphics, string sShapeInfo, ProjectLayoutElement zElement ) : void
Init ( ) : void

비공개 메소드들

메소드 설명
ShapeManager ( ) : System

메소드 상세

GetZeroRectangle() 공개 정적인 메소드

public static GetZeroRectangle ( int nX, int nY ) : Rectangle
nX int
nY int
리턴 System.Drawing.Rectangle

HandleShapeRender() 공개 정적인 메소드

public static HandleShapeRender ( Graphics zGraphics, string sShapeInfo, ProjectLayoutElement zElement ) : void
zGraphics System.Drawing.Graphics
sShapeInfo string
zElement CardMaker.XML.ProjectLayoutElement
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

프로퍼티 상세

s_dictionaryShapeByName 공개적으로 정적으로 프로퍼티

public static Dictionary s_dictionaryShapeByName
리턴 AbstractShape>.Dictionary

s_regexShapes 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions s_regexShapes
리턴 System.Text.RegularExpressions.Regex