GxImage: SetIntProperty

SetIntProperty

This method sets an integer property of the GxImage module.



 Public Function SetIntProperty(
	  ByVal name As String,
	  ByVal value As Long ) As Long

Parameters

name
Name of the property. See the GxImage Reference Manual for detailed information about the available properties of the GxImage module.
value
The new value of the property.

Return Values

On error false (0) is returned and the error code/string in the GX system is set appropriately.

Languages

[Visual Basic] Public Function SetIntProperty(ByVal name As String, ByVal value As Long) As Long

[Delphi] function SetIntProperty(name : WideString; value : Integer) : Integer;

[C++] long SetIntProperty(LPCTSTR name, long value);

Remarks

See Also

Class GxImage Overview GxImage Properties GxImage Methods ScreenPosToViewPosV SetWindowRect