Op

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.image.draw
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:
    • ValueType | Op  .NET, .NET Standard 2.0
    • ValueType | Op  Island

 

constructor

 

constructor

 

Op()

 

init()

 

Sub New()

constructor (Int64)

 

// .NET, .NET Standard 2.0
constructor(aValue: Int64)
// Island
constructor(aValue: int)

 

// .NET, .NET Standard 2.0
Op(Int64 aValue)
// Island
Op(int aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: Int64)
// Island
init(_ aValue: int)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Int64)
// Island
Sub New(aValue As int)

Parameters:

  • aValue:

Draw

 

method Draw(dst: Image; r: Rectangle; src: Image; sp: Point)

 

void Draw(Image dst, Rectangle r, Image src, Point sp)

 

func Draw(_ dst: Image, _ r: Rectangle, _ src: Image, _ sp: Point)

 

// .NET, .NET Standard 2.0
func Draw(dst Image, r Rectangle, src Image, sp Point) 
// Island
func Draw(dst Image, r Rectangle, src Image, sp Point) void

 

Sub Draw(dst As Image, r As Rectangle, src As Image, sp As Point)

Parameters:

  • dst:
  • r:
  • src:
  • sp:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32

Value

 

var Value: int;

 

int Value

 

var Value: int

 

Value int

 

FIELD Value() As int

 

Value

 

var Value: int;

 

int Value

 

var Value: int

 

Value int

 

FIELD Value() As int

 

constructor

 

constructor

 

Op()

 

init()

 

Sub New()

constructor (Int64)

 

// .NET, .NET Standard 2.0
constructor(aValue: Int64)
// Island
constructor(aValue: int)

 

// .NET, .NET Standard 2.0
Op(Int64 aValue)
// Island
Op(int aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: Int64)
// Island
init(_ aValue: int)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Int64)
// Island
Sub New(aValue As int)

Parameters:

  • aValue:

Draw

 

method Draw(dst: Image; r: Rectangle; src: Image; sp: Point)

 

void Draw(Image dst, Rectangle r, Image src, Point sp)

 

func Draw(_ dst: Image, _ r: Rectangle, _ src: Image, _ sp: Point)

 

// .NET, .NET Standard 2.0
func Draw(dst Image, r Rectangle, src Image, sp Point) 
// Island
func Draw(dst Image, r Rectangle, src Image, sp Point) void

 

Sub Draw(dst As Image, r As Rectangle, src As Image, sp As Point)

Parameters:

  • dst:
  • r:
  • src:
  • sp:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32