C# Class Mapsui.Geometries.Raster

Inheritance: Geometry, IRaster
Show file Open project: pauldendulk/Mapsui Class Usage Examples

Public Methods

Method 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 method

public AsBinary ( ) : byte[]
return byte[]

AsText() public method

public AsText ( ) : string
return string

Clone() public method

public Clone ( ) : Geometry
return Geometry

Contains() public method

public Contains ( System.Point point ) : bool
point System.Point
return bool

Distance() public method

public Distance ( System.Point point ) : double
point System.Point
return double

GetBoundingBox() public method

public GetBoundingBox ( ) : BoundingBox
return BoundingBox

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Raster() public method

public Raster ( MemoryStream data, BoundingBox box ) : System
data System.IO.MemoryStream
box BoundingBox
return System