KeyRawGet Method (IMKey)
chroma key structure
chroma key adjust
Get chroma-key structure
Syntax
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
) 

Parameters

_pvmKey
chroma key structure
_pKeyAdjust
chroma key adjust
Example

See Also

Reference

IMKey Interface
IMKey Members