C# Class SharpVulkan.Rect2D

显示文件 Open project: jwollen/SharpVulkan Class Usage Examples

Public Methods

Method Description
Rect2D ( Offset2D offset, Extent2D extent )
Rect2D ( int x, int y, uint width, uint height )

Method Details

Rect2D() public method

public Rect2D ( Offset2D offset, Extent2D extent )
offset Offset2D
extent Extent2D

Rect2D() public method

public Rect2D ( int x, int y, uint width, uint height )
x int
y int
width uint
height uint