'宣言 Public Overloads Function GetStream( _ ByVal format As ImageFormat, _ ByVal compress As System.Boolean _ ) As System.IO.Stream
public System.IO.Stream GetStream( ImageFormat format, System.bool compress )
パラメータ
- format
- 返すストリームの型を指定する ImageFormat。
- compress
- ストリームを圧縮するかどうか(オプションで PNG 形式のみ)。
戻り値の型
この C1Bitmapのイメージが含まれる System.IO.Stream。