SuperMap.WindowsPhone.Mapping.Layer.Layer C# (CSharp) Méthode

Layer() protected méthode

${WP_mapping_Layer_constructor_None_D}
protected Layer ( ) : System
Résultat System
        protected Layer()
        {
            progress = 100;
            progressWeight = 1.0;
            Container = new LayerContainer(this);
            Metadata = new Dictionary<string, string>();

            ViewBounds = Rectangle2D.Empty;
            LayerOrigin = Point2D.Empty;
        }