Description
Offset amount in pixels. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property OffsetPixels() As Integer
|
| [C#] |
public int OffsetPixels {get; set;}
|
| [Managed C++] |
public: __property int get_OffsetPixels();
public: __property void set_OffsetPixels(
int
);
|
| [Unmanaged C++] |
public: HRESULT get_OffsetPixels(
long * pRetVal
);
public: HRESULT put_OffsetPixels(
long NewOffsetPixels
);
|
| [Java] |
public int getOffsetPixels();public void setOffsetPixels(
int
);
|
See Also