C# 클래스 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.
상속: ShapeRecord
파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_anchorDeltaX Int32
_anchorDeltaY Int32
_controlDeltaX Int32
_controlDeltaY Int32
_numbits byte

공개 메소드들

메소드 설명
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

메소드 상세

CurvedEdgeRecord() 공개 메소드

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

Parse() 공개 메소드

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

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

프로퍼티 상세

_anchorDeltaX 보호되어 있는 프로퍼티

protected Int32 _anchorDeltaX
리턴 Int32

_anchorDeltaY 보호되어 있는 프로퍼티

protected Int32 _anchorDeltaY
리턴 Int32

_controlDeltaX 보호되어 있는 프로퍼티

protected Int32 _controlDeltaX
리턴 Int32

_controlDeltaY 보호되어 있는 프로퍼티

protected Int32 _controlDeltaY
리턴 Int32

_numbits 보호되어 있는 프로퍼티

protected byte _numbits
리턴 byte