KeyRawGet Method (IMChromaKey)
Chroma key structure
Gets ChromaKey structure
Syntax
Sub KeyRawGet( _
   ByRef _pvmKey As CHROMA_KEY_RAW _
) 
void KeyRawGet( 
   out CHROMA_KEY_RAW _pvmKey
)
procedure KeyRawGet( 
   Out  _pvmKey: CHROMA_KEY_RAW
); 
void KeyRawGet( 
   [PARAMFLAG::Out] CHROMA_KEY_RAW _pvmKey
) 

Parameters

_pvmKey
Chroma key structure
Example

See Also

Reference

IMChromaKey Interface
IMChromaKey Members