C# Class ClanceysLib.PolygonOverlay

Inheritance: MKPolygonView
Show file Open project: Clancey/ClanceyLib

Public Methods

Method Description
DrawMapRect ( MKMapRect mapRect, float zoomScale, CGContext context ) : void
DrawPolygon ( MKPolygon polygon, MKMapRect mapRect, float zoomScale, CGContext context ) : void
PolygonOverlay ( List polygons ) : System
PolygonOverlay ( MKPolygon polygon ) : System
polyPath ( MKPolygon polygon, MKMapRect mapRect, float zoomScale, CGContext context ) : CGPath

Method Details

DrawMapRect() public method

public DrawMapRect ( MKMapRect mapRect, float zoomScale, CGContext context ) : void
mapRect MKMapRect
zoomScale float
context CGContext
return void

DrawPolygon() public method

public DrawPolygon ( MKPolygon polygon, MKMapRect mapRect, float zoomScale, CGContext context ) : void
polygon MKPolygon
mapRect MKMapRect
zoomScale float
context CGContext
return void

PolygonOverlay() public method

public PolygonOverlay ( List polygons ) : System
polygons List
return System

PolygonOverlay() public method

public PolygonOverlay ( MKPolygon polygon ) : System
polygon MKPolygon
return System

polyPath() public method

public polyPath ( MKPolygon polygon, MKMapRect mapRect, float zoomScale, CGContext context ) : CGPath
polygon MKPolygon
mapRect MKMapRect
zoomScale float
context CGContext
return CGPath