'Declaration <DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Function Area( _ ByVal index As Integer _ ) As Rectangle
'Usage Dim instance As AutoRemoveHolePunchResults Dim index As Integer Dim value As Rectangle value = instance.Area(index)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public Rectangle Area( int index )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: Rectangle Area( int index )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: Rectangle Area( int index )
Parameters
- index
- Index of the queried hole punch area.
Return Value
A rectangle object that represents the location and size of the bounding box.