struct

X11::Arc

Inherits Struct / Value / Object

Constructors

new(x : Int16, y : Int16, width : UInt16, height : UInt16, angle1 : Int16, angle2 : Int16)
Source
new(arc : X11::C::X::Arc)
Source
new(arc : X11::C::X::PArc)
Source

Instance methods

angle1
Source
angle1=(angle1 : Int16)
Source
angle2
Source
angle2=(angle2 : Int16)
Source
height
Source
height=(height : UInt16)
Source
to_x
Source
width
Source
width=(width : UInt16)
Source
x=(x : Int16)
Source
y=(y : Int16)
Source