'Declaration Public Shared Sub Clear( _
ByVal bitmapThe bitmap that should be cleared.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal colorThe color that should be used for filling of bitmap.As Vintasoft.Primitives.VintasoftColor _
)
public static void Clear(
Vintasoft.Imaging.VintasoftBitmap bitmap,
Vintasoft.Primitives.VintasoftColor color
)
public: static void Clear(
Vintasoft.Imaging.VintasoftBitmap* bitmap,
Vintasoft.Primitives.VintasoftColor color
)
public:
static void Clear(
Vintasoft.Imaging.VintasoftBitmap^ bitmap,
Vintasoft.Primitives.VintasoftColor color
)
Parameters
- bitmap
- The bitmap that should be cleared.
- color
- The color that should be used for filling of bitmap.