Unibrain API-810 User Manual Page 49

  • Download
  • Add to my manuals
  • Print
  • Page
    / 97
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 48
49
FireiXUserDefinedStreamFormat
The FireiXUserDefinedStreamFormat object is derived from FireiXStreamFormat. It carries any
additional functionality that pertains to User Defined streaming formats. It cannot be constructed directly; it
is only ever obtained through the UserDefined property of FireiXStreamFormat.
Unlike the FireiXFixedStreamFormat object, there many selectable attributes in
FireiXUserDefinedStreamFormat.
Left property
Prototype
Integer Left
Comments
This is a read only property that can be used to read the currently set left coordinate of the Region of
Interest set in the FireiXUserDefinedStreamFormat. This can be set through the SetROI method.
Visual Basic 6.0 syntax
Dim Left As Integer
Left = UserDefined.Left
C++ syntax
SHORT shLeft;
HRESULT hr = pIUserDefined->get_Left(&shLeft);
Right property
Prototype
Integer Right
Comments
This is a read only property that can be used to read the currently set right coordinate of the Region of
Interest set in the FireiXUserDefinedStreamFormat. This can be set through the SetROI method.
Visual Basic 6.0 syntax
Dim Right As Integer
Right = UserDefined.Right
C++ syntax
SHORT shRight;
HRESULT hr = pIUserDefined->get_Right(&shRight);
Top property
Prototype
Integer Top
Page view 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 96 97

Comments to this Manuals

No comments