SuperMap.Web.Mapping.ElementsLayer.getReferenceSize C# (CSharp) Method

getReferenceSize() public method

${mapping_FeaturesLayer_method_getReferenceSize_D}
public getReferenceSize ( UIElement elem ) : Size
elem System.Windows.UIElement ${mapping_FeaturesLayer_method_getReferenceSize_param_elem}
return System.Windows.Size
        public Size getReferenceSize(UIElement elem)
        {
            return (Size)elem.GetValue(referSize);
        }