C# Class PNGMask.Graphical

Inheritance: SteganographyProvider
ファイルを表示 Open project: AlphaDelta/PNG-Mask

Protected Properties

Property Type Description
BitmapData byte[]
BitmapDimensions System.Drawing.Size
LineWidth int
bpp int

Public Methods

Method Description
Graphical ( ) : System
Graphical ( PNG pngvector, bool find = true ) : System
Graphical ( Stream svector, bool find = true ) : System
Graphical ( byte bvector, bool find = true ) : System
Graphical ( string fvector, bool find = true ) : System
ProcessData ( byte s, bool find = true ) : void
WriteToStream ( Stream s ) : void

Method Details

Graphical() public method

public Graphical ( ) : System
return System

Graphical() public method

public Graphical ( PNG pngvector, bool find = true ) : System
pngvector PNG
find bool
return System

Graphical() public method

public Graphical ( Stream svector, bool find = true ) : System
svector Stream
find bool
return System

Graphical() public method

public Graphical ( byte bvector, bool find = true ) : System
bvector byte
find bool
return System

Graphical() public method

public Graphical ( string fvector, bool find = true ) : System
fvector string
find bool
return System

ProcessData() public method

public ProcessData ( byte s, bool find = true ) : void
s byte
find bool
return void

WriteToStream() public method

public WriteToStream ( Stream s ) : void
s Stream
return void

Property Details

BitmapData protected_oe property

protected byte[] BitmapData
return byte[]

BitmapDimensions protected_oe property

protected Size,System.Drawing BitmapDimensions
return System.Drawing.Size

LineWidth protected_oe property

protected int LineWidth
return int

bpp protected_oe property

protected int bpp
return int