SuperMap.WindowsPhone.Core.ShapeElement.ShapeElement C# (CSharp) Method

ShapeElement() protected method

${WP_mapping_ShapeElement_Constructors_D}
protected ShapeElement ( Shape shape ) : System.Collections.Specialized
shape Shape
return System.Collections.Specialized
        protected ShapeElement(Shape shape)
        {
            shape.Stretch = Stretch.None;
            shape.RenderTransform = new ScaleTransform();
            base.Content = this.shape = shape;
            pathIsInvalid = true;

            this.ClipBox = Rectangle2D.Empty;
        }
        /// <summary>${WP_mapping_ShapeBase_method_MeasureOverride_D}</summary>