DioDocs for PDF
SaveAsIco(Stream,Nullable<Rectangle>,IcoFrameEncoding) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス > SaveAsIco メソッド : SaveAsIco(Stream,Nullable<Rectangle>,IcoFrameEncoding) メソッド
The output stream.
Clipping rectangle of the image to be saved.
Encoding of the frame image.
Saves the image into a Stream in ICO format.
シンタックス
'宣言
 
Public Overloads Sub SaveAsIco( _
   ByVal stream As System.IO.Stream, _
   Optional ByVal clipRect As System.Nullable(Of Rectangle), _
   Optional ByVal encoding As IcoFrameEncoding _
) 
public void SaveAsIco( 
   System.IO.Stream stream,
   System.Nullable<Rectangle> clipRect,
   IcoFrameEncoding encoding
)

パラメータ

stream
The output stream.
clipRect
Clipping rectangle of the image to be saved.
encoding
Encoding of the frame image.
参照

GcBitmap クラス
GcBitmap メンバ
オーバーロード一覧