MCHROMAKEYLib Namespace > MKeyClass Class : KeyAddRect Method |
Public Overridable Sub KeyAddRect( _ ByVal _nX1PosPixels As Integer, _ ByVal _nY1PosPixels As Integer, _ ByVal _nX2PosPixels As Integer, _ ByVal _nY2PosPixels As Integer, _ ByVal _bsProps As String, _ ByRef _ppMFrameRes As Object _ )
public virtual void KeyAddRect( int _nX1PosPixels, int _nY1PosPixels, int _nX2PosPixels, int _nY2PosPixels, string _bsProps, out object _ppMFrameRes )
public procedure KeyAddRect( _nX1PosPixels: Integer; _nY1PosPixels: Integer; _nX2PosPixels: Integer; _nY2PosPixels: Integer; _bsProps: String; Out _ppMFrameRes: TObject ); virtual;
public: virtual void KeyAddRect( int _nX1PosPixels, int _nY1PosPixels, int _nX2PosPixels, int _nY2PosPixels, BSTR* _bsProps, [PARAMFLAG::Out] IUnknown* _ppMFrameRes )