C# Class Mapsui.Geometries.Raster

Inheritance: Geometry, IRaster
Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Méthodes publiques

Méthode Description
AsBinary ( ) : byte[]
AsText ( ) : string
Clone ( ) : Geometry
Contains ( System.Point point ) : bool
Distance ( System.Point point ) : double
GetBoundingBox ( ) : BoundingBox
GetHashCode ( ) : int
IsEmpty ( ) : bool
Raster ( MemoryStream data, BoundingBox box ) : System

Method Details

AsBinary() public méthode

public AsBinary ( ) : byte[]
Résultat byte[]

AsText() public méthode

public AsText ( ) : string
Résultat string

Clone() public méthode

public Clone ( ) : Geometry
Résultat Geometry

Contains() public méthode

public Contains ( System.Point point ) : bool
point System.Point
Résultat bool

Distance() public méthode

public Distance ( System.Point point ) : double
point System.Point
Résultat double

GetBoundingBox() public méthode

public GetBoundingBox ( ) : BoundingBox
Résultat BoundingBox

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Raster() public méthode

public Raster ( MemoryStream data, BoundingBox box ) : System
data System.IO.MemoryStream
box BoundingBox
Résultat System