MFORMATSLib Namespace > IMColors Interface : GetColorParam Method |
Sub GetColorParam( _ ByRef _pParam As MG_COLOR_PARAM, _ ByRef _pbEnable As Integer _ )
void GetColorParam( out MG_COLOR_PARAM _pParam, out int _pbEnable )
procedure GetColorParam( Out _pParam: MG_COLOR_PARAM; Out _pbEnable: Integer );
void GetColorParam( [PARAMFLAG::Out] MG_COLOR_PARAM _pParam, [PARAMFLAG::Out] int _pbEnable )