Click or drag to resize
Ab4d.SharpEngine logo

Rect2D Constructor

Initializes a new instance of Rect2D structure.

Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public Rect2D(
	Offset2D offset,
	Extent2D extent
)

Parameters

offset  Offset2D
offset
extent  Extent2D
extent
Remarks

[Missing <remarks> documentation for "M:Ab4d.Vulkan.Rect2D.#ctor(Ab4d.Vulkan.Offset2D,Ab4d.Vulkan.Extent2D)"]

See Also