C# Class CardMaker.Card.Shapes.ShapeManager

Afficher le fichier Open project: nhmkdev/cardmaker

Méthodes publiques

Свойство Type Description
s_dictionaryShapeByName AbstractShape>.Dictionary
s_regexShapes System.Text.RegularExpressions.Regex

Méthodes publiques

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

Private Methods

Méthode Description
ShapeManager ( ) : System

Method Details

GetZeroRectangle() public static méthode

public static GetZeroRectangle ( int nX, int nY ) : Rectangle
nX int
nY int
Résultat System.Drawing.Rectangle

HandleShapeRender() public static méthode

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

Init() public static méthode

public static Init ( ) : void
Résultat void

Property Details

s_dictionaryShapeByName public_oe static_oe property

public static Dictionary s_dictionaryShapeByName
Résultat AbstractShape>.Dictionary

s_regexShapes public_oe static_oe property

public static Regex,System.Text.RegularExpressions s_regexShapes
Résultat System.Text.RegularExpressions.Regex