C# Class Images.StreamImage

Inheritance: IDisposable
Afficher le fichier Open project: Azure/usql Class Usage Examples

Méthodes publiques

Свойство Type Description
mImage Image

Méthodes publiques

Méthode Description
Dispose ( ) : void
StreamImage ( byte inBytes ) : System
getStreamImageProperty ( int propertyId ) : string
scaleStreamImageBy ( float scaleFactor ) : byte[]
scaleStreamImageTo ( int outWidth, int outHeight ) : byte[]

Private Methods

Méthode Description
drawImage ( Image inImage, Bitmap outImage, Rectangle region ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

StreamImage() public méthode

public StreamImage ( byte inBytes ) : System
inBytes byte
Résultat System

getStreamImageProperty() public méthode

public getStreamImageProperty ( int propertyId ) : string
propertyId int
Résultat string

scaleStreamImageBy() public méthode

public scaleStreamImageBy ( float scaleFactor ) : byte[]
scaleFactor float
Résultat byte[]

scaleStreamImageTo() public méthode

public scaleStreamImageTo ( int outWidth, int outHeight ) : byte[]
outWidth int
outHeight int
Résultat byte[]

Property Details

mImage public_oe property

public Image mImage
Résultat Image