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
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Property Type Description
_anchorDeltaX Int32
_anchorDeltaY Int32
_controlDeltaX Int32
_controlDeltaY Int32
_numbits byte

Public Methods

Method 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 method

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

Parse() public method

public Parse ( Stream output, BitStream bits ) : void
output Stream
bits BitStream
return void

ToString() public method

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

Verify() public method

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

Write() public method

public Write ( Stream input, BitStream bits ) : void
input Stream
bits BitStream
return void

Property Details

_anchorDeltaX protected_oe property

protected Int32 _anchorDeltaX
return Int32

_anchorDeltaY protected_oe property

protected Int32 _anchorDeltaY
return Int32

_controlDeltaX protected_oe property

protected Int32 _controlDeltaX
return Int32

_controlDeltaY protected_oe property

protected Int32 _controlDeltaY
return Int32

_numbits protected_oe property

protected byte _numbits
return byte