C# Class SuperImageEvolver.Shape

Inheritance: ICloneable
Afficher le fichier Open project: fragmer/SuperImageEvolver Class Usage Examples

Méthodes publiques

Свойство Type Description
Color Color
OutlineColor Color
Points System.Drawing.PointF[]
PreviousState Shape

Méthodes publiques

Méthode Description
Clone ( ) : object
GetBoundaries ( ) : RectangleF
SerializeNBT ( ) : NBTag
SerializeSVG ( System.Xml.Linq.XNamespace xmlns ) : System.Xml.Linq.XElement
Shape ( ) : System
Shape ( NBTag tag ) : System
Shape ( Shape other ) : System
Shape ( Stream stream, int vertices ) : System
ToString ( ) : string

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

GetBoundaries() public méthode

public GetBoundaries ( ) : RectangleF
Résultat System.Drawing.RectangleF

SerializeNBT() public méthode

public SerializeNBT ( ) : NBTag
Résultat NBTag

SerializeSVG() public méthode

public SerializeSVG ( System.Xml.Linq.XNamespace xmlns ) : System.Xml.Linq.XElement
xmlns System.Xml.Linq.XNamespace
Résultat System.Xml.Linq.XElement

Shape() public méthode

public Shape ( ) : System
Résultat System

Shape() public méthode

public Shape ( NBTag tag ) : System
tag NBTag
Résultat System

Shape() public méthode

public Shape ( Shape other ) : System
other Shape
Résultat System

Shape() public méthode

public Shape ( Stream stream, int vertices ) : System
stream Stream
vertices int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Color public_oe property

public Color Color
Résultat Color

OutlineColor public_oe property

public Color OutlineColor
Résultat Color

Points public_oe property

public PointF[],System.Drawing Points
Résultat System.Drawing.PointF[]

PreviousState public_oe property

public Shape,SuperImageEvolver PreviousState
Résultat Shape