iText 5

IntPoint

IntPoint Public struct

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.parser.clipper iTextSharp.text.pdf.parser.clipper.IntPoint[[IntPoint]] class iTextSharp.text.pdf.parser.clipper.IntPoint interfaceStyle; end

Members

Methods

Public Static methods

Returns

Name

bool

operator

!=

(

IntPoint

a,

IntPoint

b)

bool

operator

==

(

IntPoint

a,

IntPoint

b)

Public methods

Returns

Name

bool

Equals

(object obj)

int

GetHashCode

()

Details

Methods

Operator ==

Source code

public static bool operator ==(IntPoint a, IntPoint b)

Arguments

Type

Name

Description

IntPoint

a

IntPoint

b

Operator !=

Source code

public static bool operator !=(IntPoint a, IntPoint b)

Arguments

Type

Name

Description

IntPoint

a

IntPoint

b

Equals

Source code

public override bool Equals(object obj)

Arguments

Type

Name

Description

object

obj

GetHashCode

Source code

public override int GetHashCode()

Generated with ModularDoc