[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.BaseInplaceEffect.Apply

Apply Method

Apply(GcBitmap)

Applies the effect to the specified GcBitmap.

Declaration
protected abstract void Apply(GcBitmap bitmap)
Protected MustOverride Sub Apply(bitmap As GcBitmap)
Parameters
Type Name Description
GcBitmap bitmap

The target GcBitmap.

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

Applies the effect to a part of the specified GcBitmap.

Declaration
protected abstract void Apply(GcBitmap bitmap, int x, int y, int width, int height)
Protected MustOverride 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.