Class: Fox::FXArc

Inherits:
Object
  • Object
show all
Defined in:
rdoc-sources/FXDC.rb

Overview

Arc

Instance Attribute Summary collapse

Instance Attribute Details

#aObject

Start of the arc, relative to the three-o’clock position from the center, in units of degrees * 64 [Integer]



36
37
38
# File 'rdoc-sources/FXDC.rb', line 36

def a
  @a
end

#bObject

Path and extent of the arc, relative to the three-o’clock position from the center, in units of degrees * 64 [Integer]



39
40
41
# File 'rdoc-sources/FXDC.rb', line 39

def b
  @b
end

#hObject

Height [Integer]



33
34
35
# File 'rdoc-sources/FXDC.rb', line 33

def h
  @h
end

#wObject

Width [Integer]



30
31
32
# File 'rdoc-sources/FXDC.rb', line 30

def w
  @w
end

#xObject

x-coordinate of center point [Integer]



24
25
26
# File 'rdoc-sources/FXDC.rb', line 24

def x
  @x
end

#yObject

y-coordinate of center point [Integer]



27
28
29
# File 'rdoc-sources/FXDC.rb', line 27

def y
  @y
end