struct X11::Arc
- X11::Arc
- Struct
- Value
- Object
Defined in:
x11/arc.crConstructors
- .new(x : Int16, y : Int16, width : UInt16, height : UInt16, angle1 : Int16, angle2 : Int16)
- .new(arc : X11::C::X::Arc)
- .new(arc : X11::C::X::PArc)
Instance Method Summary
- #angle1 : Int16
- #angle1=(angle1 : Int16)
- #angle2 : Int16
- #angle2=(angle2 : Int16)
- #height : UInt16
- #height=(height : UInt16)
- #to_x : X11::C::X::Arc
- #width : UInt16
- #width=(width : UInt16)
- #x : Int16
- #x=(x : Int16)
- #y : Int16
- #y=(y : Int16)
Constructor Detail
def self.new(x : Int16, y : Int16, width : UInt16, height : UInt16, angle1 : Int16, angle2 : Int16)
#