Show / Hide Table of Contents

Class OverlapRemovalHelpers

Overlap removal helpers.

Inheritance
System.Object
OverlapRemovalHelpers
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GraphShape.Algorithms.OverlapRemoval
Assembly: GraphShape.dll
Syntax
public static class OverlapRemovalHelpers

Methods

| Improve this Doc View Source

GetCenter(Rect)

Gets the center of this rectangle.

Declaration
public static Point GetCenter(this Rect rectangle)
Parameters
Type Name Description
Rect rectangle

Rectangle from which getting center.

Returns
Type Description
Point

Rectangle center.

  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape