C# 클래스 Recurity.Swf.StraightEdgeRecord

The StraightEdgeRecord stores the edge as an X-Y delta. The delta is added to the current drawing position, and this becomes the new drawing position. The edge is rendered between the old and new drawing positions. Straight edge records support three types of lines: 1. General lines. 2. Horizontal lines. 3. Vertical lines.
상속: ShapeRecord
파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_deltaX System.Int32
_deltaY System.Int32
_generalLineFlag bool
_numbits System.UInt32
_vertLineFlag bool

공개 메소드들

메소드 설명
Parse ( Stream inout, BitStream bits ) : void

StraightEdgeRecord ( byte InitialVersion ) : System

The STRAIGHTEDGERECORD stores the edge as an X-Y delta.

ToString ( ) : string

Converts the value of this instance to a System.String.

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output, BitStream bits ) : void

메소드 상세

Parse() 공개 메소드

public Parse ( Stream inout, BitStream bits ) : void
inout Stream
bits BitStream
리턴 void

StraightEdgeRecord() 공개 메소드

The STRAIGHTEDGERECORD stores the edge as an X-Y delta.
public StraightEdgeRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object
리턴 System

ToString() 공개 메소드

Converts the value of this instance to a System.String.
public ToString ( ) : string
리턴 string

Verify() 공개 메소드

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
리턴 bool

Write() 공개 메소드

public Write ( Stream output, BitStream bits ) : void
output Stream
bits BitStream
리턴 void

프로퍼티 상세

_deltaX 보호되어 있는 프로퍼티

protected Int32,System _deltaX
리턴 System.Int32

_deltaY 보호되어 있는 프로퍼티

protected Int32,System _deltaY
리턴 System.Int32

_generalLineFlag 보호되어 있는 프로퍼티

protected bool _generalLineFlag
리턴 bool

_numbits 보호되어 있는 프로퍼티

protected UInt32,System _numbits
리턴 System.UInt32

_vertLineFlag 보호되어 있는 프로퍼티

protected bool _vertLineFlag
리턴 bool