Function
|
Description
|
void SetDrop(int value)
|
Sets the Drop value.
|
float GetDrop()
|
Returns the Drop value.
|
void SetFade(int value)
|
Sets the Fade value.
|
int GetFade()
|
Returns the Fade value.
|
void SetWidth1(float value)
|
Sets the Width 1 value.
|
float GetWidth1()
|
Returns the Width 1 value.
|
void SetPixelWidth1(int value)
|
Sets the Width 1 in pixels.
|
int GetPixelWidth1()
|
Returns the Width 1 in pixels.
|
void SetPitch1(float value)
|
Sets the Pitch 1 value.
|
float GetPitch1()
|
Returns the Pitch 1 value.
|
void SetPixelPitch1(int value)
|
Sets the Pitch 1 in pixels.
|
int GetPixelPitch1()
|
Returns the Pitch 1 in pixels.
|
void SetWidth2(float value)
|
Sets the Width 2 value.
|
float GetWidth2()
|
Returns the Width 2 value.
|
void SetPixelWidth2(int value)
|
Sets the Width 2 in pixels.
|
int GetPixelWidth2()
|
Returns the Width 2 in pixels.
|
void SetPitch2(float value)
|
Sets the Pitch 2 value.
|
int GetPitch2()
|
Returns the Pitch 2 value.
|
void SetPixelPitch2(int value)
|
Sets the Pitch 2 in pixels.
|
int GetPixelPitch2()
|
Returns the Pitch 2 in pixels.
|
void SetLogarithmic(int value)
|
Sets the Logarithmic option. Use 1 (TRUE) to activate it. Use 0 (FALSE) to deactivate it.
|
int GetLogarithmic()
|
Returns 1 (TRUE) if the Logarithmic option is activated, otherwise 0 (FALSE).
|
void ToggleLogarithmic()
|
Toggles the Logarithmic option.
|
void SetAmplification(int value)
|
Sets the Amplification value.
|
int GetAmplification()
|
Returns the Amplification value.
|
void SetInvert(int value)
|
Sets the Invert option. Use 1 (TRUE) to activate it. Use 0 (FALSE) to deactivate it.
|
int GetInvert()
|
Returns 1 (TRUE) if the Invert option is activated, otherwise 0 (FALSE).
|
void ToggleInvert()
|
Toggle the Invert option.
|
void SetMirror(int value)
|
Sets the Mirror option. Use 1 (TRUE) to activate it. Use 0 (FALSE) to deactivate it.
|
int GetMirror()
|
Returns 1 (TRUE) if the Mirror option is activated, otherwise 0 (FALSE).
|
void ToggleMirror()
|
Toggle the Mirror option.
|