C# Class CardMaker.Card.Shapes.ShapeManager

Mostrar archivo Open project: nhmkdev/cardmaker

Public Properties

Property Type Description
s_dictionaryShapeByName AbstractShape>.Dictionary
s_regexShapes System.Text.RegularExpressions.Regex

Public Methods

Method Description
GetZeroRectangle ( int nX, int nY ) : Rectangle
HandleShapeRender ( Graphics zGraphics, string sShapeInfo, ProjectLayoutElement zElement ) : void
Init ( ) : void

Private Methods

Method Description
ShapeManager ( ) : System

Method Details

GetZeroRectangle() public static method

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

HandleShapeRender() public static method

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

Init() public static method

public static Init ( ) : void
return void

Property Details

s_dictionaryShapeByName public_oe static_oe property

public static Dictionary s_dictionaryShapeByName
return AbstractShape>.Dictionary

s_regexShapes public_oe static_oe property

public static Regex,System.Text.RegularExpressions s_regexShapes
return System.Text.RegularExpressions.Regex