Click or drag to resize
Ab4d.SharpEngine logo

Viewport Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Ab4d.VulkanViewport

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

The Viewport type exposes the following members.

Constructors
 NameDescription
Public methodViewport Initializes a new instance of Viewport structure.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(Viewport) Determines whether the specified Viewport is equal to this instance.
Public methodEquals(Viewport) Determines whether the specified Viewport is equal to this instance.
Public methodGetHashCode Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(Viewport, Viewport) Returns a boolean indicating whether the two given Viewports are equal.
Public operatorStatic memberInequality(Viewport, Viewport) Returns a boolean indicating whether the two given Viewports are not equal.
Top
Fields
 NameDescription
Public fieldHeight 
Public fieldMaxDepth 
Public fieldMinDepth 
Public fieldWidth 
Public fieldX 
Public fieldY 
Top
See Also