[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmap.ApplyEffect

ApplyEffect Method

ApplyEffect(BaseInplaceEffect, Rectangle?)

Applies a graphic effect to an image or its portion in-place.

Declaration
public void ApplyEffect(BaseInplaceEffect effect, Rectangle? targetRect = null)
Public Sub ApplyEffect(effect As BaseInplaceEffect, Optional targetRect As Rectangle? = Nothing)
Parameters
Type Name Description
BaseInplaceEffect effect

An effect derived from BaseInplaceEffect to apply.

Rectangle? targetRect

The target rectangle of the GcBitmap.