Interface IPTAnnotationRefreshAppearanceHandler
Assembly: Tools.dll
Syntax
public interface IPTAnnotationRefreshAppearanceHandler
Methods
RefreshAppearanceForAnnotation(PTAnnot, NSObject, NSDictionary<NSString, NSObject>)
Declaration
void RefreshAppearanceForAnnotation(PTAnnot annotation, NSObject refreshOptions, NSDictionary<NSString, NSObject> userInfo)
Parameters
Type |
Name |
Description |
PTAnnot |
annotation |
|
Foundation.NSObject |
refreshOptions |
|
Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> |
userInfo |
|