Свойство | Type | Description | |
---|---|---|---|
mImage | Image |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
StreamImage ( byte inBytes ) : System | ||
getStreamImageProperty ( int propertyId ) : string | ||
scaleStreamImageBy ( float scaleFactor ) : byte[] | ||
scaleStreamImageTo ( int outWidth, int outHeight ) : byte[] |
Méthode | Description | |
---|---|---|
drawImage ( Image inImage, |
public StreamImage ( byte inBytes ) : System | ||
inBytes | byte | |
Résultat | System |
public getStreamImageProperty ( int propertyId ) : string | ||
propertyId | int | |
Résultat | string |
public scaleStreamImageBy ( float scaleFactor ) : byte[] | ||
scaleFactor | float | |
Résultat | byte[] |
public scaleStreamImageTo ( int outWidth, int outHeight ) : byte[] | ||
outWidth | int | |
outHeight | int | |
Résultat | byte[] |