public class DrawingSpecifics : IDrawingSpecifics
Public Class DrawingSpecifics
Implements IDrawingSpecifics
public ref class DrawingSpecifics : IDrawingSpecifics
type DrawingSpecifics =
class
interface IDrawingSpecifics
end
DrawingSpecifics | Default constructor. |
DpiScreen | Screen DPI. |
GenericMonospace | Generic monospace font. |
GenericSansSerif | Generic Sans Serif font. |
GenericSerif | Generic Serif font. |
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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
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) |
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. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |