C# Class Recurity.Swf.CurvedEdgeRecord

The Swf file format differs from most vector file formats by using Quadratic Bezier curves rather than Cubic Bezier curves. PostScript™ uses Cubic Bezier curves, as do most drawing applications.The Swf file format uses Quadratic Bezier curves because they can be stored more compactly, and can be rendered more efficiently.
Inheritance: ShapeRecord
Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Свойство Type Description
_anchorDeltaX Int32
_anchorDeltaY Int32
_controlDeltaX Int32
_controlDeltaY Int32
_numbits byte

Méthodes publiques

Méthode Description
CurvedEdgeRecord ( byte InitialVersion ) : System

A quadratic bezier curve.

Parse ( Stream output, BitStream bits ) : void

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 input, BitStream bits ) : void

Method Details

CurvedEdgeRecord() public méthode

A quadratic bezier curve.
public CurvedEdgeRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Résultat System

Parse() public méthode

public Parse ( Stream output, BitStream bits ) : void
output Stream
bits BitStream
Résultat void

ToString() public méthode

Converts the value of this instance to a System.String.
public ToString ( ) : string
Résultat string

Verify() public méthode

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Résultat bool

Write() public méthode

public Write ( Stream input, BitStream bits ) : void
input Stream
bits BitStream
Résultat void

Property Details

_anchorDeltaX protected_oe property

protected Int32 _anchorDeltaX
Résultat Int32

_anchorDeltaY protected_oe property

protected Int32 _anchorDeltaY
Résultat Int32

_controlDeltaX protected_oe property

protected Int32 _controlDeltaX
Résultat Int32

_controlDeltaY protected_oe property

protected Int32 _controlDeltaY
Résultat Int32

_numbits protected_oe property

protected byte _numbits
Résultat byte