ImageGear23.Core Assembly > ImageGear.Core Namespace > IImGearDoubleRectangle Interface : Intersect Method |
'Declaration Function Intersect( _ ByVal rect As IImGearDoubleRectangle _ ) As Boolean
'Usage Dim instance As IImGearDoubleRectangle Dim rect As IImGearDoubleRectangle Dim value As Boolean value = instance.Intersect(rect)
bool Intersect( IImGearDoubleRectangle rect )
bool Intersect( IImGearDoubleRectangle* rect )
bool Intersect( IImGearDoubleRectangle^ rect )