DesktopSystemSpecifics Class

Implements Platform specific fields and methods. for the Desktop platform.

Definition

Namespace: SMath.Environment
Assembly: SMath.Environment (in SMath.Environment.dll) Version: 1.2.9018.0
C#
public class DesktopSystemSpecifics : ISystemSpecifics
Inheritance
Object    DesktopSystemSpecifics
Implements
ISystemSpecifics

Constructors

DesktopSystemSpecifics Default constructor.

Properties

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.

Methods

BitmapFromResources Retrieves a bitmap from resources.
BitmapToStream Save a given bitmap to stream.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FileToBitmap Loads a bitmap from given file name.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also