C1Bitmapの JPG 表現を含む
System.IO.Stream
シンタックス
'宣言
Public Overloads Shared Function Encode( _
ByVal As C1Bitmap, _
ByVal As System.Integer _
) As System.IO.Stream
public static System.IO.Stream Encode(
C1Bitmap ,
System.int
)
パラメータ
- bmp
- エンコードする C1Bitmap。
- quality
- 0〜100 のイメージ品質。
戻り値の型
特定の
C1Bitmapの JPG 表現を含む
System.IO.Stream。
参照