Click or drag to resize
Ab4d.SharpEngine logo

Rect2D Structure

Inheritance Hierarchy
System.Object
  System.ValueType
    Ab4d.Vulkan.Rect2D

Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public struct Rect2D

The Rect2D type exposes the following members.

Constructors
 NameDescription
Public methodRect2D Initializes a new instance of Rect2D structure.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this instance.
(Overrides ValueType.Equals(Object))
Public methodEquals(Rect2D) Determines whether the specified Rect2D is equal to this instance.
Public methodEquals(Rect2D) Determines whether the specified Rect2D is equal to this instance.
Public methodGetHashCode Returns the hash code for this instance.
(Overrides ValueType.GetHashCode())
Public methodToString
(Overrides ValueType.ToString())
Top
Operators
 NameDescription
Public operatorStatic memberEquality(Rect2D, Rect2D) Returns a boolean indicating whether the two given Rect2Ds are equal.
Public operatorStatic memberInequality(Rect2D, Rect2D) Returns a boolean indicating whether the two given Rect2Ds are not equal.
Top
Fields
 NameDescription
Public fieldExtent 
Public fieldOffset 
Top
See Also