Returns a new VectorRectangle instance that is an intersection of the two specified VectorRectangle objects.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public static VectorRectangle Intersect( VectorRectangle a, VectorRectangle b ) |
Visual Basic (Declaration) |
---|
Public Shared Function Intersect ( _ a As VectorRectangle, _ b As VectorRectangle _ ) As VectorRectangle |
Visual C++ |
---|
public: static VectorRectangle Intersect( VectorRectangle a, VectorRectangle b ) |