C# 클래스 SharpVulkan.Rect2D

파일 보기 프로젝트 열기: jwollen/SharpVulkan 1 사용 예제들

공개 메소드들

메소드 설명
Rect2D ( Offset2D offset, Extent2D extent )
Rect2D ( int x, int y, uint width, uint height )

메소드 상세

Rect2D() 공개 메소드

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

Rect2D() 공개 메소드

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