C# 클래스 SwfDotNet.IO.Tags.Types.AlphaBitmapData

AlphaBitmapData
상속: ISwfSerializer
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

메소드 설명
AlphaBitmapData ( ) : System

Creates a new AlphaBitmapData instance.

AlphaBitmapData ( RGBA bitmapPixelData ) : System

Creates a new AlphaBitmapData instance.

GetSizeOf ( ) : int

Gets the size of.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer.

메소드 상세

AlphaBitmapData() 공개 메소드

Creates a new AlphaBitmapData instance.
public AlphaBitmapData ( ) : System
리턴 System

AlphaBitmapData() 공개 메소드

Creates a new AlphaBitmapData instance.
public AlphaBitmapData ( RGBA bitmapPixelData ) : System
bitmapPixelData RGBA Bitmap pixel data.
리턴 System

GetSizeOf() 공개 메소드

Gets the size of.
public GetSizeOf ( ) : int
리턴 int

Serialize() 공개 메소드

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
리턴 void

WriteTo() 공개 메소드

Writes to a binary writer.
public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
리턴 void