Click or drag to resize
Ab4d.SharpEngine logo

Offset2D Structure

[Missing <summary> documentation for "T:Ab4d.Vulkan.Offset2D"]

Inheritance Hierarchy
SystemObject
  SystemValueType
    Ab4d.VulkanOffset2D

Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public struct Offset2D

The Offset2D type exposes the following members.

Constructors
 NameDescription
Public methodOffset2D Initializes a new instance of Offset2D structure.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(Offset2D) Determines whether the specified Offset2D is equal to this instance.
Public methodEquals(Offset2D) Determines whether the specified Offset2D is equal to this instance.
Public methodGetHashCode Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodToString
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(Offset2D, Offset2D) Returns a boolean indicating whether the two given Offset2Ds are equal.
Public operatorStatic memberInequality(Offset2D, Offset2D) Returns a boolean indicating whether the two given Offset2Ds are not equal.
Top
Fields
 NameDescription
Public fieldX 
Public fieldY 
Top
Remarks

[Missing <remarks> documentation for "T:Ab4d.Vulkan.Offset2D"]

See Also