シンタックス
'宣言
Public Sub RenderAndCrop( _
ByVal As GcBitmap, _
Optional ByVal As PngOptions, _
Optional ByVal As System.Nullable(Of Color), _
Optional ByVal As System.Integer, _
Optional ByVal As System.Integer, _
Optional ByVal As System.Integer, _
Optional ByVal As System.Integer _
)
public void RenderAndCrop(
GcBitmap ,
PngOptions ,
System.Nullable<Color> ,
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- bitmap
- 宛先 GrapeCity.Documents.Imaging.GcBitmap。現在のコンテンツは失われることに注意してください。
- options
- 出力画像のパラメータのセット。
- backColor
- トリミングする背景として扱われる色。 設定されていない場合、画像の右下のピクセルの色が背景として使用されます。
- leftMargin
- 左余白の幅 (ピクセル単位)。
- topMargin
- 上余白の高さ (ピクセル単位)。
- rightMargin
- 右余白の幅 (ピクセル単位)。
- bottomMargin
- 下余白の高さ (ピクセル単位)。
参照