Click or drag to resize
Ab4d.SharpEngine logo

Viewport Constructor

Initializes a new instance of Viewport structure.

Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public Viewport(
	float x,
	float y,
	float width,
	float height,
	float minDepth,
	float maxDepth
)

Parameters

x  Single
x
y  Single
y
width  Single
width
height  Single
height
minDepth  Single
min depth
maxDepth  Single
max depth
Remarks

[Missing <remarks> documentation for "M:Ab4d.Vulkan.Viewport.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

See Also