[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.DitheringEffect.Apply

Apply Method

Apply(GcBitmap)

Applies the effect to the specified GcBitmap.

Declaration
protected override void Apply(GcBitmap bitmap)
Protected Overrides Sub Apply(bitmap As GcBitmap)
Parameters
Type Name Description
GcBitmap bitmap

The target GcBitmap.

Overrides

Apply(GcBitmap, int, int, int, int)

Applies the effect to a part of the specified GcBitmap.

Declaration
protected override void Apply(GcBitmap bitmap, int x, int y, int width, int height)
Protected Overrides Sub Apply(bitmap As GcBitmap, x As Integer, y As Integer, width As Integer, height As Integer)
Parameters
Type Name Description
GcBitmap bitmap

The target GcBitmap.

int x

The x-coordinate of the target rectangle, in pixels.

int y

The y-coordinate of the target rectangle, in pixels.

int width

The width of the target rectangle, in pixels.

int height

The height of the target rectangle, in pixels.

Overrides