Click or drag to resize
Ab4d.SharpEngine logo

Extent2D Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Ab4d.VulkanExtent2D

Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public struct Extent2D : IEquatable<Extent2D>

The Extent2D type exposes the following members.

Constructors
 NameDescription
Public methodExtent2D(Int32, Int32) Initializes a new instance of Extent2D structure.
Public methodExtent2D(UInt32, UInt32) Initializes a new instance of Extent2D structure.
Top
Methods
 NameDescription
Public methodEquals(Extent2D) Determines whether the specified Extent2D is equal to this instance.
Public methodEquals(Extent2D) Determines whether the specified Extent2D is equal to this instance.
Public methodEquals(Object) Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(Extent2D, Extent2D) Returns a boolean indicating whether the two given extents are equal.
Public operatorStatic memberInequality(Extent2D, Extent2D) Returns a boolean indicating whether the two given extents are not equal.
Top
Fields
 NameDescription
Public fieldHeight 
Public fieldWidth 
Public fieldStatic memberZero An Extent2D with all of its components set to zero.
Top
See Also