[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.BaseInplaceEffect

BaseInplaceEffect Class

The base class for all in-place effects, not creating a new GcBitmap.

Namespace: GrapeCity.Documents.Imaging
Assembly: DS.Documents.Imaging.dll
Syntax
public abstract class BaseInplaceEffect
Public MustInherit Class BaseInplaceEffect

Constructors

Name Description
BaseInplaceEffect()

Properties

Name Description
SupportsPremultiplied

Gets a value indicating whether the effect can be applied to an image with premultiplied alpha channel.

Methods

Name Description
Apply(GcBitmap)

Applies the effect to the specified GcBitmap.

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

Applies the effect to a part of the specified GcBitmap.