Class: FT::FTC_ImageTypeRec

Inherits:
FFIAdditions::Struct
  • Object
show all
Defined in:
lib/ft-ffi/struct/ftc_image_type_rec.rb

Overview

Instance Method Summary collapse

Instance Method Details

#face_idObject



6
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 6

def face_id; end

#face_id=(v) ⇒ Object



7
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 7

def face_id=(v); end

#flagsObject



12
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 12

def flags; end

#flags=(v) ⇒ Object



13
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 13

def flags=(v); end

#heightObject



10
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 10

def height; end

#height=(v) ⇒ Object



11
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 11

def height=(v); end

#widthObject



8
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 8

def width; end

#width=(v) ⇒ Object



9
# File 'lib/ft-ffi/struct/ftc_image_type_rec.rb', line 9

def width=(v); end