DrawingSpecifics Class

Implements IDrawingSpecifics for the .Net Framework platform.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
public class DrawingSpecifics : IDrawingSpecifics
Inheritance
Object    DrawingSpecifics
Implements
IDrawingSpecifics

Constructors

DrawingSpecifics Default constructor.

Properties

DpiScreen Screen DPI.
GenericMonospace Generic monospace font.
GenericSansSerif Generic Sans Serif font.
GenericSerif Generic Serif font.

Methods

BitmapFromNativeImage<T> Create IBitmap object from the image in platform specific format.
CloneBitmap Copies a Bitmap to the another object.
CreateBitmap Creates Bitmap object of the specified size.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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)
GraphicsFromBitmap Create Defines methods for a native system drawing surface encapsulation. object from the source bitmap.
GraphicsFromNativeCanvas<T> Create IGraphics object from the platform specific canvas object.
LoadFontFamily Loads font family by the specified file name.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also