struct WGPU::Rectangle
- WGPU::Rectangle
- Struct
- Value
- Object
Defined in:
wgpu.crConstructors
Instance Method Summary
- #bottom
- #clone
- #copy_with(x _x = @x, y _y = @y, width _width = @width, height _height = @height)
- #height : UInt32
- #left
- #right
- #top
- #width : UInt32
- #x : UInt32
- #y : UInt32
Constructor Detail
Instance Method Detail
def copy_with(x _x = @x, y _y = @y, width _width = @width, height _height = @height)
#