Skip to main content
Skip table of contents

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
ReturnsName
booloperator !=(IntPoint a, IntPoint b)
booloperator ==(IntPoint a, IntPoint b)
Public methods
ReturnsName
boolEquals(object obj)
intGetHashCode()

Details

Methods

Operator ==

Source code

public static bool operator ==(IntPoint a, IntPoint b)
Arguments
TypeNameDescription
IntPointa
IntPointb
Operator !=

Source code

public static bool operator !=(IntPoint a, IntPoint b)
Arguments
TypeNameDescription
IntPointa
IntPointb
Equals

Source code

public override bool Equals(object obj)
Arguments
TypeNameDescription
objectobj
GetHashCode

Source code

public override int GetHashCode()

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.