C# Class BitmapReader.Extensions.PointExtensions

Afficher le fichier Open project: egeozcan/DrawThatThing

Méthodes publiques

Méthode Description
GetNeighboringPoints ( this point, int maxX = null, int maxY = null ) : Point[]
IsANeighborOf ( this point, Point toPoint ) : bool
ToStandardPoint ( this point ) : System.Drawing.Point

Method Details

GetNeighboringPoints() public static méthode

public static GetNeighboringPoints ( this point, int maxX = null, int maxY = null ) : Point[]
point this
maxX int
maxY int
Résultat Point[]

IsANeighborOf() public static méthode

public static IsANeighborOf ( this point, Point toPoint ) : bool
point this
toPoint Point
Résultat bool

ToStandardPoint() public static méthode

public static ToStandardPoint ( this point ) : System.Drawing.Point
point this
Résultat System.Drawing.Point