[]
public static explicit operator Point(Point2L value)
Public Shared Narrowing Operator CType(value As Point2L) As Point
| Type | Name | Description |
|---|---|---|
| Point2L | value |
| Type | Description |
|---|---|
| Point |
public static explicit operator Point2L(Point p)
Public Shared Narrowing Operator CType(p As Point) As Point2L
| Type | Name | Description |
|---|---|---|
| Point | p |
| Type | Description |
|---|---|
| Point2L |