C# Class Mapsui.Styles.Bitmap

Show file Open project: pauldendulk/Mapsui Class Usage Examples

Public Properties

Property Type Description
BitmapDataAddedEventHandler EventHandler

Public Methods

Method Description
OnBitmapDataAddedEventArgs ( Stream data ) : void

Private Methods

Method Description
CopyStreamToMemoryStream ( Stream input ) : MemoryStream

Method Details

OnBitmapDataAddedEventArgs() public method

public OnBitmapDataAddedEventArgs ( Stream data ) : void
data Stream
return void

Property Details

BitmapDataAddedEventHandler public property

public EventHandler BitmapDataAddedEventHandler
return EventHandler