C# 클래스 SuperImageEvolver.Shape

상속: ICloneable
파일 보기 프로젝트 열기: fragmer/SuperImageEvolver 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Color Color
OutlineColor Color
Points System.Drawing.PointF[]
PreviousState Shape

공개 메소드들

메소드 설명
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

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

GetBoundaries() 공개 메소드

public GetBoundaries ( ) : RectangleF
리턴 System.Drawing.RectangleF

SerializeNBT() 공개 메소드

public SerializeNBT ( ) : NBTag
리턴 NBTag

SerializeSVG() 공개 메소드

public SerializeSVG ( System.Xml.Linq.XNamespace xmlns ) : System.Xml.Linq.XElement
xmlns System.Xml.Linq.XNamespace
리턴 System.Xml.Linq.XElement

Shape() 공개 메소드

public Shape ( ) : System
리턴 System

Shape() 공개 메소드

public Shape ( NBTag tag ) : System
tag NBTag
리턴 System

Shape() 공개 메소드

public Shape ( Shape other ) : System
other Shape
리턴 System

Shape() 공개 메소드

public Shape ( Stream stream, int vertices ) : System
stream Stream
vertices int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

OutlineColor 공개적으로 프로퍼티

public Color OutlineColor
리턴 Color

Points 공개적으로 프로퍼티

public PointF[],System.Drawing Points
리턴 System.Drawing.PointF[]

PreviousState 공개적으로 프로퍼티

public Shape,SuperImageEvolver PreviousState
리턴 Shape