C# Класс ClanceysLib.PolygonOverlay

Наследование: MKPolygonView
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

DrawMapRect() публичный Метод

public DrawMapRect ( MKMapRect mapRect, float zoomScale, CGContext context ) : void
mapRect MKMapRect
zoomScale float
context CGContext
Результат void

DrawPolygon() публичный Метод

public DrawPolygon ( MKPolygon polygon, MKMapRect mapRect, float zoomScale, CGContext context ) : void
polygon MKPolygon
mapRect MKMapRect
zoomScale float
context CGContext
Результат void

PolygonOverlay() публичный Метод

public PolygonOverlay ( List polygons ) : System
polygons List
Результат System

PolygonOverlay() публичный Метод

public PolygonOverlay ( MKPolygon polygon ) : System
polygon MKPolygon
Результат System

polyPath() публичный Метод

public polyPath ( MKPolygon polygon, MKMapRect mapRect, float zoomScale, CGContext context ) : CGPath
polygon MKPolygon
mapRect MKMapRect
zoomScale float
context CGContext
Результат CGPath