Class: Sketchup::Image
Instance Method Summary
collapse
#bounds, #casts_shadows=, #casts_shadows?, #erase!, #hidden=, #hidden?, #layer, #layer=, #material, #material=, #receives_shadows=, #receives_shadows?, #visible=, #visible?
Methods inherited from Entity
#add_observer, #attribute_dictionaries, #attribute_dictionary, #delete_attribute, #deleted?, #entityID, #get_attribute, #model, #parent, #remove_observer, #set_attribute, #to_s, #typename, #valid?
Instance Method Details
3
4
|
# File 'lib/image.rb', line 3
def explode
end
|
5
6
|
# File 'lib/image.rb', line 5
def height
end
|
7
8
|
# File 'lib/image.rb', line 7
def height=
end
|
9
10
|
# File 'lib/image.rb', line 9
def normal
end
|
11
12
|
# File 'lib/image.rb', line 11
def origin
end
|
13
14
|
# File 'lib/image.rb', line 13
def origin=
end
|
15
16
|
# File 'lib/image.rb', line 15
def path
end
|
#pixelheight ⇒ Object
17
18
|
# File 'lib/image.rb', line 17
def pixelheight
end
|
#pixelwidth ⇒ Object
19
20
|
# File 'lib/image.rb', line 19
def pixelwidth
end
|
21
22
|
# File 'lib/image.rb', line 21
def size=
end
|
32
33
|
# File 'lib/image.rb', line 32
def transform!
end
|
25
26
|
# File 'lib/image.rb', line 25
def transformation
end
|
29
30
|
# File 'lib/image.rb', line 29
def transformation=
end
|
34
35
|
# File 'lib/image.rb', line 34
def width
end
|
36
37
|
# File 'lib/image.rb', line 36
def width=
end
|
#zrotation ⇒ Object
38
39
|
# File 'lib/image.rb', line 38
def zrotation
end
|