Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / ApplyEffect Method
An effect derived from BaseInplaceEffect to apply.
The target rectangle of the GcBitmap.

In This Topic
    ApplyEffect Method
    In This Topic
    Applies a graphic effect to an image or its portion in-place.
    Syntax
    'Declaration
     
    Public Sub ApplyEffect( _
       ByVal effect As BaseInplaceEffect, _
       Optional ByVal targetRect As System.Nullable(Of Rectangle) _
    ) 
    public void ApplyEffect( 
       BaseInplaceEffect effect,
       System.Nullable<Rectangle> targetRect
    )

    Parameters

    effect
    An effect derived from BaseInplaceEffect to apply.
    targetRect
    The target rectangle of the GcBitmap.
    See Also