ImageGear .NET v25.2 - Updated
ClipRect Property




ImageGear.Core Assembly > ImageGear.Display Namespace > IImGearLayout Interface : ClipRect Property
Gets image clip rectangle attribute.
Syntax
'Declaration
 
ReadOnly Property ClipRect As IImGearRectangle
'Usage
 
Dim instance As IImGearLayout
Dim value As IImGearRectangle
 
value = instance.ClipRect
IImGearRectangle ClipRect {get;}
__property IImGearRectangle* get_ClipRect();
property IImGearRectangle^ ClipRect {
   IImGearRectangle^ get();
}

Property Value

ImageGear.Core.ImGearRectangle object interface.
Remarks
Value returned is a reference to ImGearRectangle internal object. See Displaying Images section for more information.
See Also

Reference

IImGearLayout Interface
IImGearLayout Members
ImGearRectangle Structure

Is this page helpful?
Yes No
Thanks for your feedback.