struct X11::Segment
- X11::Segment
- Struct
- Value
- Object
Defined in:
x11/segment.crConstructors
- .new(x1 : Int16, y1 : Int16, x2 : Int16, y2 : Int16)
- .new(segment : X11::C::X::Segment)
- .new(segment : X11::C::X::PSegment)
Instance Method Summary
- #to_x : X11::C::X::Segment
- #x1 : Int16
- #x1=(x1 : Int16)
- #x2 : Int16
- #x2=(x2 : Int16)
- #y1 : Int16
- #y1=(y1 : Int16)
- #y2 : Int16
- #y2=(y2 : Int16)