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