Gets a value indicating whether the specified
type can be used
| [Visual Basic .NET] |
|---|
Public Function IsOffsetTypeSupported( _
ByVal Offset As AgEVeGfxOffset _
) As Boolean
|
| [C#] |
|---|
public bool IsOffsetTypeSupported(
|
| [Managed C++] |
|---|
public: bool IsOffsetTypeSupported(
|
| [Java] |
|---|
public bool isOffsetTypeSupported(
|
| [Unmanaged C++] |
|---|
public: HRESULT IsOffsetTypeSupported(
|
- Offset
-
Member Value Description eOffsetUnknown -1 Unknown Offset. eOffsetLeft 0 Offset to the left. eOffsetRight 1 Offset to the right.