Property | Type | Description | |
---|---|---|---|
BitmapData | byte[] | ||
BitmapDimensions | |||
LineWidth | int | ||
bpp | int |
Method | Description | |
---|---|---|
Graphical ( ) : System | ||
Graphical ( |
||
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 |
public Graphical ( |
||
pngvector | ||
find | bool | |
return | System |
public Graphical ( Stream svector, bool find = true ) : System | ||
svector | Stream | |
find | bool | |
return | System |
public Graphical ( byte bvector, bool find = true ) : System | ||
bvector | byte | |
find | bool | |
return | System |
public Graphical ( string fvector, bool find = true ) : System | ||
fvector | string | |
find | bool | |
return | System |
public ProcessData ( byte s, bool find = true ) : void | ||
s | byte | |
find | bool | |
return | void |
protected Size,System.Drawing BitmapDimensions | ||
return |