Constructor GfVec2i
GfVec2i(IntPtr, bool)
Declaration
public GfVec2i(IntPtr cPtr, bool cMemoryOwn)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | cPtr | |
| bool | cMemoryOwn |
GfVec2i()
Declaration
public GfVec2i()
GfVec2i(int)
Declaration
public GfVec2i(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| int | value |
GfVec2i(int, int)
Declaration
public GfVec2i(int s0, int s1)
Parameters
| Type | Name | Description |
|---|---|---|
| int | s0 | |
| int | s1 |