Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.RectangleF

Malware edited this page Dec 25, 2018 · 53 revisions

Index

RectangleF Struct

public struct RectangleF: ValueType, IEquatable<T>

Namespace: VRageMath
Assembly: VRage.Math.dll

**Inheritance: **ValueType

Implements:

Example

Remarks

Fields

Member Description
Position The Position.
Size The Size.

Properties

Member Description
X Left coordinate.
Y Top coordinate.
Width Width of this rectangle.
Height Height of this rectangle.

Methods

Member Description
Contains(int, int)
Contains(float, float)
Contains(Vector2)
Contains(Point)
Equals(RectangleF) Determines whether the specified System.Object is equal to this instance.
Intersect(ref RectangleF, ref RectangleF, ref RectangleF) Creates a Rectangle defining the area where one rectangle overlaps with another rectangle.
Equals(object)
GetHashCode()
ToString()
Clone this wiki locally