VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Gdi Namespace / GdiGraphicsFactory Class
In This Topic
GdiGraphicsFactory Class Methods
In This Topic
For a list of all methods of this type, see GdiGraphicsFactory.
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Creates the drawing factory that is based on specified drawing engine. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates a bitmap that contains image that is decoded from specified stream using embedded decoder.
Public MethodCreates the composite drawing engine.
Public MethodCreates a default font with normal style. (Inherited from DrawingFactory)
Public MethodCreates the drawing engine. (Inherited from DrawingFactory)
Public MethodCreates the font that contains glyph for specified text character. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates the font by name. (Inherited from DrawingFactory)
Public Methodstatic (Shared in Visual Basic)Creates the GDI drawing factory that is located in 'Vintasoft.Imaging.Gdi.dll' assembly. (Inherited from DrawingFactory)
Public MethodCreates a generic monospace font. (Inherited from DrawingFactory)
Public MethodCreates a generic sans serif font. (Inherited from DrawingFactory)
Public MethodCreates a generic serif font. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates the graphics path with specified path data.
Public MethodOverloaded. Creates a hatch brush.
Public MethodOverloaded. Creates an image brush with specified color.
Public MethodOverloaded. Creates a linear gradient brush. (Inherited from DrawingFactory)
Public MethodCreates the DrawingLineCap of specified type. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates a pen and copies properties from specified pen. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates a radial gradient brush and copies properties from specified radial gradient brush to the newly created brush.
Public MethodCreates the drawing engine on specified canvas image.
Public MethodOverloaded. Creates the region and sets interior to the specified region.
Public Methodstatic (Shared in Visual Basic)Creates the SkiaSharp drawing factory that is located in 'Vintasoft.Imaging.Drawing.SkiaSharp.dll' assembly. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates a solid brush and copies properties from specified solid brush. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates the system font by name.
Public Methodstatic (Shared in Visual Basic)Creates the WPF drawing factory that is located in 'Vintasoft.Imaging.Wpf.dll' assembly. (Inherited from DrawingFactory)
Public MethodReleases all resources used by the GdiGraphicsFactory.
Public MethodReturns a value indicating whether the type of graphics path is valid for this drawing factory.
Public MethodOverloaded. Returns the nearest supported raster pixel format.
Public MethodReturns the supported raster pixel formats.
Public MethodReturns a value indicating whether the pixel format is supported. (Inherited from DrawingFactory)
Public Methodstatic (Shared in Visual Basic)Renders complete image brush cell (depends on TileMode property). (Inherited from DrawingFactory)
Public Methodstatic (Shared in Visual Basic)Sets an instance of GdiGraphicsFactory as default drawing factory of VintaSoft Imaging .NET SDK.
Protected Methods
 NameDescription
Protected MethodCreates the DrawingFontWithFallback wrapper for specified font. (Inherited from DrawingFactory)
Protected MethodReturns an array that contains information about fonts, which can be used for drawing of text character. (Inherited from DrawingFactory)
Protected MethodCalled when this drawing factory is set as the default factory, i.e. this instance is set as value of Default property. (Inherited from DrawingFactory)
See Also