C# Class ImageMagick.ClipPathReader

Show file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
ClipPathReader ( int width, int height ) : System
Read ( Byte data, int offset, int length ) : string

Private Methods

Method Description
AddPath ( Byte data ) : void
ClosePath ( ) : void
CreatePoint ( Byte data ) : PointD[]
Reset ( int offset ) : void
SetKnotCount ( Byte data ) : void

Method Details

ClipPathReader() public method

public ClipPathReader ( int width, int height ) : System
width int
height int
return System

Read() public method

public Read ( Byte data, int offset, int length ) : string
data Byte
offset int
length int
return string