public class DesktopSystemSpecifics : ISystemSpecificsPublic Class DesktopSystemSpecifics
Implements ISystemSpecificspublic ref class DesktopSystemSpecifics : ISystemSpecificstype DesktopSystemSpecifics =
class
interface ISystemSpecifics
end| DesktopSystemSpecifics | Default constructor. |
| DoubleClickTime | Maximum time spent between two mouse clicks to handle action as a double click. |
| DpiScreen | Screen DPI. |
| PaperId | Default ID of the paper size on print out. |
| PaperSize | Default paper size on print out. |
| Platform | Current platform type. |
| ScrollbarWidth | Width of the system scrollbars. |
| BitmapFromResources | Retrieves a bitmap from resources. |
| BitmapToStream | Save a given bitmap to stream. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| FileToBitmap | Loads a bitmap from given file name. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OpenUrl | Native way to open url. |
| ShowAlert | Native way to show alert message. |
| StreamToBitmap(Stream) | Creates a bitmap from given stream. |
| StreamToBitmap(Stream, Boolean) | Creates a bitmap from given stream. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |