Click or drag to resize
Ab4d.SharpEngine logo

Extent3D Structure

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

Inheritance Hierarchy
SystemObject
  SystemValueType
    Ab4d.VulkanExtent3D

Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public struct Extent3D

The Extent3D type exposes the following members.

Constructors
 NameDescription
Public methodExtent3D(Int32, Int32, Int32) Initializes a new instance of Extent3D structure.
Public methodExtent3D(UInt32, UInt32, UInt32) Initializes a new instance of Extent3D structure.
Top
Methods
 NameDescription
Public methodEquals(Extent3D) Determines whether the specified Extent3D is equal to this instance.
Public methodEquals(Extent3D) Determines whether the specified Extent3D 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)
Public methodToString
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(Extent3D, Extent3D) Returns a boolean indicating whether the two given Extent3Ds are equal.
Public operatorStatic memberInequality(Extent3D, Extent3D) Returns a boolean indicating whether the two given Extent3Ds are not equal.
Top
Fields
 NameDescription
Public fieldDepth 
Public fieldHeight 
Public fieldWidth 
Top
Remarks

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

See Also