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

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

공개 메소드들

메소드 설명
GetSizeOf ( ) : int

Gets the size of.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data from a binary file

Rect ( ) : System

Creates a new Rect instance.

Rect ( int xMax, int yMax ) : System

Creates a new Rect instance.

Rect ( int xMin, int yMin, int xMax, int yMax ) : System

Creates a new Rect instance.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to a binary writer.

비공개 메소드들

메소드 설명
GetNumBits ( ) : uint

Gets the num bits.

메소드 상세

GetSizeOf() 공개 메소드

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

ReadData() 공개 메소드

Reads the data from a binary file
public ReadData ( BufferedBinaryReader binaryReader ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
리턴 void

Rect() 공개 메소드

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

Rect() 공개 메소드

Creates a new Rect instance.
public Rect ( int xMax, int yMax ) : System
xMax int X max (in twips unit: 1 px = 20 twips).
yMax int Y max (in twips unit: 1 px = 20 twips).
리턴 System

Rect() 공개 메소드

Creates a new Rect instance.
public Rect ( int xMin, int yMin, int xMax, int yMax ) : System
xMin int X min (in twips unit: 1 px = 20 twips).
yMin int Y min (in twips unit: 1 px = 20 twips).
xMax int X max (in twips unit: 1 px = 20 twips).
yMax int Y max (in twips unit: 1 px = 20 twips).
리턴 System

Serialize() 공개 메소드

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

WriteTo() 공개 메소드

Writes to a binary writer.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
리턴 void