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
Public methods
Details
Methods
Operator ==
Source code
public static bool operator ==(IntPoint a, IntPoint b)
Arguments
Operator !=
Source code
public static bool operator !=(IntPoint a, IntPoint b)
Arguments
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