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

Inheritance: AbstractShape
显示文件 Open project: nhmkdev/cardmaker

Private Properties

Property Type Description

Public Methods

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

Method Details

DrawShape() public method

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

InitializeItem() public method

public InitializeItem ( string sInput ) : void
sInput string
return void

ToCardMakerString() public method

public ToCardMakerString ( ) : string
return string

TriangleShape() public method

public TriangleShape ( ) : System.ComponentModel
return System.ComponentModel