Module: Vips::Region::RegionLayout
- Included in:
- ManagedStruct, Struct
- Defined in:
- lib/vips/region.rb
Overview
The layout of the VipsRegion struct.
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
30 31 32 33 34 35 |
# File 'lib/vips/region.rb', line 30 def self.included(base) base.class_eval do layout :parent, Vips::Object::Struct # rest opaque end end |