Click or drag to resize
GraphicsTools Class
A helper class for working with graphical displays.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.DeviceCore.DisplayGraphicsTools

Namespace: Microsoft.IoT.DeviceCore.Display
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class GraphicsTools : IStringable

The GraphicsTools type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodStatic memberGetBitsPerPixel
Gets the total bits per pixels for the specified format.
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetNativeColor(DisplayPixelFormat, Color)
Converts the specified color to a native binary value for the specified DisplayPixelFormat.
Public methodStatic memberGetNativeColor(DisplayPixelFormat, Byte, Byte, Byte)
Converts the specified 24-bit RGB value to a native binary value for the specified DisplayPixelFormat.
Public methodGetType (Inherited from Object.)
Public methodStatic memberIsAspectChanging
Gets a value that indicates if the aspect ratio is changing as part of the orientation change.
Public methodToString (Inherited from Object.)
Top
See Also