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