C# Class Efl.Elementary.Impl.ImageImpl

Inheritance: Evas.EvasObject
Exibir arquivo Open project: SabotageAndi/efl-sharp

Public Methods

Method Description
ImageImpl ( ) : System

Private Methods

Method Description
elm_image_add ( IntPtr parent ) : IntPtr
elm_image_file_get ( IntPtr obj, IntPtr file, IntPtr edjeGroup ) : void
elm_image_file_set ( IntPtr obj, string file, string edjeGroup ) : bool
elm_image_fill_outside_get ( IntPtr obj ) : bool
elm_image_fill_outside_set ( IntPtr obj, bool fill_outside ) : void
elm_image_no_scale_get ( IntPtr obj ) : bool
elm_image_no_scale_set ( IntPtr obj, bool no_scale ) : void
elm_image_orient_get ( IntPtr obj ) : ImageOrientation
elm_image_orient_set ( IntPtr obj, ImageOrientation orientation ) : void
elm_image_prescale_get ( IntPtr obj ) : int
elm_image_prescale_set ( IntPtr obj, int size ) : void
elm_image_scale_get ( IntPtr obj, IntPtr scale_up, IntPtr scale_down ) : void
elm_image_scale_set ( IntPtr obj, bool scale_up, bool scale_down ) : void
elm_image_smooth_get ( IntPtr obj ) : bool
elm_image_smooth_set ( IntPtr obj, bool smooth ) : void

Method Details

ImageImpl() public method

public ImageImpl ( ) : System
return System