Property | Type | Description | |
---|---|---|---|
GetPixel | byte | ||
SetPixel | void | ||
cconc | int |
Method | Description | |
---|---|---|
Effect ( int width, int height, byte source ) : byte[] |
|
|
ThinningEffect ( ) |
ThinningEffect クラスの新しいインスタンスを初期化します。
|
|
ThinningEffect ( int threshold, byte stroke ) |
ThinningEffect クラスの新しいインスタンスを初期化します。
|
Method | Description | |
---|---|---|
GetPixel ( int width, int height, byte source, int x, int y ) : byte |
|
|
SetPixel ( int width, int height, byte &source, int x, int y, byte pixel ) : void |
|
|
cconc ( int inb ) : int |
|
public Effect ( int width, int height, byte source ) : byte[] | ||
width | int | |
height | int | |
source | byte | |
return | byte[] |
public ThinningEffect ( int threshold, byte stroke ) | ||
threshold | int | |
stroke | byte |