Mapsui.Providers.ArcGIS.Dynamic.ArcGISDynamicCapabilities.GetSupportedImageFormatTypes C# (CSharp) 메소드

GetSupportedImageFormatTypes() 공개 메소드

public GetSupportedImageFormatTypes ( ) : string[]
리턴 string[]
        public string[] GetSupportedImageFormatTypes()
        {
            return supportedImageFormatTypes == null ? null : supportedImageFormatTypes.Split(',');
        }
ArcGISDynamicCapabilities