Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.image
  • Platforms: .NET, .NET Standard 2.0, Island

constructor


// .NET, .NET Standard 2.0
constructor(aX: Int64; aY: Int64)
// Island
constructor(aX: int; aY: int)
// .NET, .NET Standard 2.0
Point(Int64 aX, Int64 aY)
// Island
Point(int aX, int aY)
// .NET, .NET Standard 2.0
init(_ aX: Int64, _ aY: Int64)
// Island
init(_ aX: int, _ aY: int)
// .NET, .NET Standard 2.0
Sub New(aX As Int64, aY As Int64)
// Island
Sub New(aX As int, aY As int)

Parameters:

  • aX:
  • aY:

constructor(value: Point)

Parameters:

  • value:

Add

method Add(q: Point): Point
func Add(_ q: Point) -> Point
Function Add(q As Point) As Point

Parameters:

  • q:

Div

method Div(k: int): Point
func Div(_ k: int) -> Point
Function Div(k As int) As Point

Parameters:

  • k:

Eq

method Eq(q: Point): bool
func Eq(_ q: Point) -> bool
Function Eq(q As Point) As bool

Parameters:

  • q:

In

method In(r: Rectangle): bool
func In(_ r: Rectangle) -> bool
func In(r Rectangle) bool
Function In(r As Rectangle) As bool

Parameters:

  • r:

Mod

method Mod(r: Rectangle): Point
func Mod(_ r: Rectangle) -> Point
func Mod(r Rectangle) Point
Function Mod(r As Rectangle) As Point

Parameters:

  • r:

Mul

method Mul(k: int): Point
func Mul(_ k: int) -> Point
Function Mul(k As int) As Point

Parameters:

  • k:

String

Function String() As string

Sub

method Sub(q: Point): Point
func Sub(_ q: Point) -> Point
Function Sub(q As Point) As Point

Parameters:

  • q:

X


Y

constructor


// .NET, .NET Standard 2.0
constructor(aX: Int64; aY: Int64)
// Island
constructor(aX: int; aY: int)
// .NET, .NET Standard 2.0
Point(Int64 aX, Int64 aY)
// Island
Point(int aX, int aY)
// .NET, .NET Standard 2.0
init(_ aX: Int64, _ aY: Int64)
// Island
init(_ aX: int, _ aY: int)
// .NET, .NET Standard 2.0
Sub New(aX As Int64, aY As Int64)
// Island
Sub New(aX As int, aY As int)

Parameters:

  • aX:
  • aY:

constructor(value: Point)

Parameters:

  • value:

Add

method Add(q: Point): Point
func Add(_ q: Point) -> Point
Function Add(q As Point) As Point

Parameters:

  • q:

Div

method Div(k: int): Point
func Div(_ k: int) -> Point
Function Div(k As int) As Point

Parameters:

  • k:

Eq

method Eq(q: Point): bool
func Eq(_ q: Point) -> bool
Function Eq(q As Point) As bool

Parameters:

  • q:

In

method In(r: Rectangle): bool
func In(_ r: Rectangle) -> bool
func In(r Rectangle) bool
Function In(r As Rectangle) As bool

Parameters:

  • r:

Mod

method Mod(r: Rectangle): Point
func Mod(_ r: Rectangle) -> Point
func Mod(r Rectangle) Point
Function Mod(r As Rectangle) As Point

Parameters:

  • r:

Mul

method Mul(k: int): Point
func Mul(_ k: int) -> Point
Function Mul(k As int) As Point

Parameters:

  • k:

String

Function String() As string

Sub

method Sub(q: Point): Point
func Sub(_ q: Point) -> Point
Function Sub(q As Point) As Point

Parameters:

  • q: