[]
This member is for internal use only.
public static implicit operator Point(POINT p)
Public Shared Widening Operator CType(p As POINT) As Point
| Type | Name | Description |
|---|---|---|
| POINT | p |
| Type | Description |
|---|---|
| Point |
This member is for internal use only.
public static implicit operator POINT(Point p)
Public Shared Widening Operator CType(p As Point) As POINT
| Type | Name | Description |
|---|---|---|
| Point | p |
| Type | Description |
|---|---|
| POINT |