ImageGear .NET - Updated May 30, 2018
SetClip Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEElement Class : SetClip Method
The clip for an element.
Sets the current clip for an element.
Syntax
'Declaration
 
Public Sub SetClip( _
   ByVal clip As ImGearPDEClip _
) 
 
'Usage
 
Dim instance As ImGearPDEElement
Dim clip As ImGearPDEClip
 
instance.SetClip(clip)

Parameters

clip
The clip for an element.
Remarks

A clip may be shared by many elements. Use care when modifying a clip. Copy it first if you want to modify the clip for a specific element.

See Also

Reference

ImGearPDEElement Class
ImGearPDEElement Members
ImGearPDEClip Class