'宣言 Public Function GetNativeImage( _ ByVal currentUnmaskedColor As System.Drawing.Color, _ ByVal maskedColor As System.Drawing.Color _ ) As GcBitmap
public GcBitmap GetNativeImage( System.Drawing.Color currentUnmaskedColor, System.Drawing.Color maskedColor )
パラメータ
- currentUnmaskedColor
- マスクされていない領域を塗りつぶすために使用される現在の色。
- maskedColor
- 塗りつぶしから除外される領域の色(通常は透明)。
戻り値の型
作成された GrapeCity.Documents.Imaging.GcBitmap オブジェクト(使用後は廃棄する必要があります)。