MCHROMAKEYLib Namespace > IMKey Interface : KeyRawGet Method |
Sub KeyRawGet( _ ByRef _pvmKey As CHROMA_KEY_RAW, _ ByRef _pKeyAdjust As CK_ADJUST _ )
void KeyRawGet( out CHROMA_KEY_RAW _pvmKey, out CK_ADJUST _pKeyAdjust )
procedure KeyRawGet( Out _pvmKey: CHROMA_KEY_RAW; Out _pKeyAdjust: CK_ADJUST );
void KeyRawGet( [PARAMFLAG::Out] CHROMA_KEY_RAW _pvmKey, [PARAMFLAG::Out] CK_ADJUST _pKeyAdjust )