C# Class Mapsui.Samples.Common.Maps.MutatingTriangleSample

ファイルを表示 Open project: pauldendulk/Mapsui

Public Methods

Method Description
CreateLayer ( ) : ILayer
CreateMap ( ) : Map
GenerateRandomPoints ( BoundingBox envelope, int count = 25 ) : IEnumerable

Private Methods

Method Description
CreateMutatingTriangleLayer ( BoundingBox envelope ) : ILayer

Method Details

CreateLayer() public static method

public static CreateLayer ( ) : ILayer
return ILayer

CreateMap() public static method

public static CreateMap ( ) : Map
return Map

GenerateRandomPoints() public static method

public static GenerateRandomPoints ( BoundingBox envelope, int count = 25 ) : IEnumerable
envelope BoundingBox
count int
return IEnumerable