C# 클래스 ArcGISPortalViewer.Model.TileService

파일 보기 프로젝트 열기: Esri/arcgis-portalviewer-dotnet

공개 메소드들

메소드 설명
ClearTileNotification ( ) : void
CreateSecondaryTile ( string title, string id, Uri image, Rect TileProptRect, string navigateUri ) : void
CreateSecondaryTileFromWebImage ( string title, string id, Uri image, Rect TileProptRect, string navigateUri ) : System.Threading.Tasks.Task
SendSmallTileTextNotification ( string text, string imageUri = "Assets/WideLogo.jpg" ) : void
SendTileTextNotification ( string text ) : void
SendWideTileTextNotification ( string text, string imageUri = "Assets/WideLogo.jpg" ) : void

비공개 메소드들

메소드 설명
DarkenImageBottom ( string filename, string outfilename ) : System.Threading.Tasks.Task

Generates a darker bottom on an image

메소드 상세

ClearTileNotification() 공개 정적인 메소드

public static ClearTileNotification ( ) : void
리턴 void

CreateSecondaryTile() 공개 정적인 메소드

public static CreateSecondaryTile ( string title, string id, Uri image, Rect TileProptRect, string navigateUri ) : void
title string
id string
image Uri
TileProptRect Windows.Foundation.Rect
navigateUri string
리턴 void

CreateSecondaryTileFromWebImage() 공개 정적인 메소드

public static CreateSecondaryTileFromWebImage ( string title, string id, Uri image, Rect TileProptRect, string navigateUri ) : System.Threading.Tasks.Task
title string
id string
image Uri
TileProptRect Windows.Foundation.Rect
navigateUri string
리턴 System.Threading.Tasks.Task

SendSmallTileTextNotification() 공개 정적인 메소드

public static SendSmallTileTextNotification ( string text, string imageUri = "Assets/WideLogo.jpg" ) : void
text string
imageUri string
리턴 void

SendTileTextNotification() 공개 정적인 메소드

public static SendTileTextNotification ( string text ) : void
text string
리턴 void

SendWideTileTextNotification() 공개 정적인 메소드

public static SendWideTileTextNotification ( string text, string imageUri = "Assets/WideLogo.jpg" ) : void
text string
imageUri string
리턴 void