GxImage: GetIntProperty

GetIntProperty

This method gets an integer property of the GxImage module.



 Public Function GetIntProperty(
	  ByVal name As String,
	  ByRef 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 current 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 GetIntProperty(ByVal name As String, ByRef value As Long) As Long

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

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

Remarks

See Also

Class GxImage Overview GxImage Properties GxImage Methods GetImageSource GetProperty