C# 클래스 Mapsui.Styles.BitmapRegistry

파일 보기 프로젝트 열기: pauldendulk/Mapsui

공개 메소드들

메소드 설명
Get ( int id ) : Stream
Register ( Stream bitmapData ) : int
Unregister ( int id ) : void

비공개 메소드들

메소드 설명
BitmapRegistry ( ) : System

메소드 상세

Get() 공개 메소드

public Get ( int id ) : Stream
id int
리턴 System.IO.Stream

Register() 공개 메소드

public Register ( Stream bitmapData ) : int
bitmapData System.IO.Stream
리턴 int

Unregister() 공개 메소드

public Unregister ( int id ) : void
id int
리턴 void