C# Class Ocronet.Dynamic.Rect

Afficher le fichier Open project: nickun/OCRonet

Méthodes publiques

Свойство Type Description
x0 int

Méthodes publiques

Méthode Description
Area ( ) : int
Aspect ( ) : float
Centricity ( Rect other ) : float
Contains ( Point p ) : bool
Contains ( int x, int y ) : bool
CreateEmpty ( ) : Rect
DilatedBy ( int dx0, int dy0, int dx1, int dy1 ) : Rect

Origin name: dilated_by

Empty ( ) : bool
FractionCoveredBy ( Rect other ) : float

Origin name: fraction_covered_by

Grow ( int offset ) : Rect
Height ( ) : int
Include ( Rect other ) : void
Include ( int x, int y ) : void
Includes ( Rect other ) : bool
Includes ( float x, float y ) : bool
Includes ( int x, int y ) : bool
Inclusion ( Rect other ) : Rect
Intersect ( Rect other ) : void
Intersection ( Rect other ) : Rect
Overlaps ( Rect other ) : bool
PadBy ( int dx, int dy ) : void

Origin name: pad_by

Rect ( Rect r ) : System
Rect ( int x0, int y0, int x1, int y1 ) : System
ShiftBy ( int dx, int dy ) : void

Origin name: shift_by

ToString ( ) : string
Width ( ) : int
Xcenter ( ) : int
Ycenter ( ) : int

Private Methods

Méthode Description
ASSERT ( bool cond, string msg = "" ) : void
heaviside ( int x ) : int

Method Details

Area() public méthode

public Area ( ) : int
Résultat int

Aspect() public méthode

public Aspect ( ) : float
Résultat float

Centricity() public méthode

public Centricity ( Rect other ) : float
other Rect
Résultat float

Contains() public méthode

public Contains ( Point p ) : bool
p Point
Résultat bool

Contains() public méthode

public Contains ( int x, int y ) : bool
x int
y int
Résultat bool

CreateEmpty() public static méthode

public static CreateEmpty ( ) : Rect
Résultat Rect

DilatedBy() public méthode

Origin name: dilated_by
public DilatedBy ( int dx0, int dy0, int dx1, int dy1 ) : Rect
dx0 int
dy0 int
dx1 int
dy1 int
Résultat Rect

Empty() public méthode

public Empty ( ) : bool
Résultat bool

FractionCoveredBy() public méthode

Origin name: fraction_covered_by
public FractionCoveredBy ( Rect other ) : float
other Rect
Résultat float

Grow() public méthode

public Grow ( int offset ) : Rect
offset int
Résultat Rect

Height() public méthode

public Height ( ) : int
Résultat int

Include() public méthode

public Include ( Rect other ) : void
other Rect
Résultat void

Include() public méthode

public Include ( int x, int y ) : void
x int
y int
Résultat void

Includes() public méthode

public Includes ( Rect other ) : bool
other Rect
Résultat bool

Includes() public méthode

public Includes ( float x, float y ) : bool
x float
y float
Résultat bool

Includes() public méthode

public Includes ( int x, int y ) : bool
x int
y int
Résultat bool

Inclusion() public méthode

public Inclusion ( Rect other ) : Rect
other Rect
Résultat Rect

Intersect() public méthode

public Intersect ( Rect other ) : void
other Rect
Résultat void

Intersection() public méthode

public Intersection ( Rect other ) : Rect
other Rect
Résultat Rect

Overlaps() public méthode

public Overlaps ( Rect other ) : bool
other Rect
Résultat bool

PadBy() public méthode

Origin name: pad_by
public PadBy ( int dx, int dy ) : void
dx int
dy int
Résultat void

Rect() public méthode

public Rect ( Rect r ) : System
r Rect
Résultat System

Rect() public méthode

public Rect ( int x0, int y0, int x1, int y1 ) : System
x0 int
y0 int
x1 int
y1 int
Résultat System

ShiftBy() public méthode

Origin name: shift_by
public ShiftBy ( int dx, int dy ) : void
dx int
dy int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Width() public méthode

public Width ( ) : int
Résultat int

Xcenter() public méthode

public Xcenter ( ) : int
Résultat int

Ycenter() public méthode

public Ycenter ( ) : int
Résultat int

Property Details

x0 public_oe property

public int x0
Résultat int