SuperMap.WinRT.Mapping.ElementsLayer.GetReferenceSize C# (CSharp) Method

GetReferenceSize() private method

${mapping_FeaturesLayer_method_getReferenceSize_D}
private GetReferenceSize ( UIElement elem ) : Size
elem UIElement ${mapping_FeaturesLayer_method_getReferenceSize_param_elem}
return Size
        internal Size GetReferenceSize(UIElement elem)
        {
            return (Size)elem.GetValue(ReferSizeProperty);
        }