ImageGlyphElement

class HPS.ImageGlyphElement : public HPS.GlyphElement

Public Functions

override void Dispose ()
ImageGlyphElement ()
ImageGlyphElement (HPS.GlyphElement in_that)
ImageGlyphElement (HPS.ImageGlyphElement in_that)
override HPS.Type ObjectType ()
void SetDecimationFilter (bool in_filter)
void SetFixedColoring (bool in_fixed_color)
void SetFixedScaling (bool in_fixed_scale)
void SetInterpolationFilter (bool in_filter)
void SetOffset (float in_x_offset, float in_y_offset)
void SetRotation (float in_rotation)
void SetScaling (float in_x_scale, float in_y_scale)
void SetSource (string in_name)
bool ShowDecimationFilter (out bool out_filter)
bool ShowFixedColoring (out bool out_fixed_color)
bool ShowFixedScaling (out bool out_fixed_scale)
bool ShowInterpolationFilter (out bool out_filter)
bool ShowOffset (out float out_x_offset, out float out_y_offset)
bool ShowRotation (out float out_rotation)
bool ShowScaling (out float out_x_scale, out float out_y_scale)
bool ShowSource (out string out_name)