C# Class CardMaker.Card.Shapes.Definitions.TriangleShape

Inheritance: AbstractShape
Afficher le fichier Open project: nhmkdev/cardmaker

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DrawShape ( GraphicsPath zPath, Rectangle zTargetRect, ShapeInfo zInfo ) : bool
InitializeItem ( string sInput ) : void
ToCardMakerString ( ) : string
TriangleShape ( ) : System.ComponentModel

Method Details

DrawShape() public méthode

public DrawShape ( GraphicsPath zPath, Rectangle zTargetRect, ShapeInfo zInfo ) : bool
zPath System.Drawing.Drawing2D.GraphicsPath
zTargetRect System.Drawing.Rectangle
zInfo ShapeInfo
Résultat bool

InitializeItem() public méthode

public InitializeItem ( string sInput ) : void
sInput string
Résultat void

ToCardMakerString() public méthode

public ToCardMakerString ( ) : string
Résultat string

TriangleShape() public méthode

public TriangleShape ( ) : System.ComponentModel
Résultat System.ComponentModel