Description
The status flag for determining if the sensor should apply coarse motion blur to the simulated images or not.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UseMotionBlur() As Boolean
|
| [C#] |
|---|
public bool UseMotionBlur {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_UseMotionBlur(); public: __property void set_UseMotionBlur(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_UseMotionBlur(
VARIANT_BOOL * pVal
);
public: HRESULT put_UseMotionBlur(
VARIANT_BOOL pVal
);
|
| [Java] |
|---|
public bool getUseMotionBlur();
public void setUseMotionBlur(
bool
);
|
See Also