Method: Layout::Group#remove_scale_factor
- Defined in:
- lib/sketchup-api-stubs/stubs/Layout/Group.rb
#remove_scale_factor(resize_behavior) ⇒ Object
The #remove_scale_factor method removes the scale factor from the Layout::Group.
The resize behavior can be one of the following values:
Layout::Group::RESIZE_BEHAVIOR_NONELayout::Group::RESIZE_BEHAVIOR_BOUNDSLayout::Group::RESIZE_BEHAVIOR_BOUNDS_AND_FONTS
92 93 |
# File 'lib/sketchup-api-stubs/stubs/Layout/Group.rb', line 92 def remove_scale_factor(resize_behavior) end |