Module: Vips::Target::TargetLayout
- Included in:
- ManagedStruct, Struct
- Defined in:
- lib/vips/target.rb
Overview
The layout of the VipsRegion struct.
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
25 26 27 28 29 30 |
# File 'lib/vips/target.rb', line 25 def self.included(base) base.class_eval do layout :parent, Vips::Connection::Struct # rest opaque end end |