C# 클래스 SWFProcessing.SWFModeller.Characters.Shapes.Shape

상속: IShape
파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

공개 메소드들

메소드 설명
GetImages ( ) : IImage[]
SetOriginalBytes ( byte shapeData, Tag format ) : void
ToString ( ) : string
ToStringModelView ( int nest, StringBuilder sb, bool &oneLiner ) : void

메소드 상세

GetImages() 공개 메소드

public GetImages ( ) : IImage[]
리턴 IImage[]

SetOriginalBytes() 공개 메소드

public SetOriginalBytes ( byte shapeData, Tag format ) : void
shapeData byte The shape data.
format Tag The data format
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToStringModelView() 공개 메소드

public ToStringModelView ( int nest, StringBuilder sb, bool &oneLiner ) : void
nest int
sb System.Text.StringBuilder
oneLiner bool
리턴 void