Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.2.0.709249" />

.NET API 1,136,240 bytes

 DeviceInfo

public abstract class DeviceInfo : INotifyPropertyChanged, IDisposable
For internal use by the Xamarin.Forms platform.

For internal use by the Xamarin.Forms platform.

public abstract Size PixelScreenSize { get; }

For internal use by the Xamarin.Forms platform.

public abstract Size ScaledScreenSize { get; }

For internal use by the Xamarin.Forms platform.

public abstract double ScalingFactor { get; }

For internal use by the Xamarin.Forms platform.

For internal use by the Xamarin.Forms platform.

protected DeviceInfo()

public virtual double DisplayRound(double value)

For internal use by the Xamarin.Forms platform.

public void Dispose()

For internal use by the Xamarin.Forms platform.

protected virtual void Dispose(bool disposing)

For internal use by the Xamarin.Forms platform.

protected virtual void OnPropertyChanged(string propertyName = null)

For internal use by the Xamarin.Forms platform.