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
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_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