C# 클래스 Mapsui.Geometries.Raster

상속: Geometry, IRaster
파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AsBinary() 공개 메소드

public AsBinary ( ) : byte[]
리턴 byte[]

AsText() 공개 메소드

public AsText ( ) : string
리턴 string

Clone() 공개 메소드

public Clone ( ) : Geometry
리턴 Geometry

Contains() 공개 메소드

public Contains ( System.Point point ) : bool
point System.Point
리턴 bool

Distance() 공개 메소드

public Distance ( System.Point point ) : double
point System.Point
리턴 double

GetBoundingBox() 공개 메소드

public GetBoundingBox ( ) : BoundingBox
리턴 BoundingBox

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

Raster() 공개 메소드

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