Axiom.Core.RectangleF.Intersect C# (CSharp) Méthode

Intersect() public méthode

public Intersect ( RectangleF rhs ) : RectangleF
rhs RectangleF
Résultat RectangleF
		public RectangleF Intersect( RectangleF rhs )
		{
			return Intersect( this, rhs );
		}

Same methods

RectangleF::Intersect ( RectangleF lhs, RectangleF rhs ) : RectangleF