Name | Description | |
---|---|---|
![]() | GdiGraphicsFactory | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | GdiGraphicsFactory | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() ![]() | Default | Gets or sets the drawing factory that is used as the default drawing factory of VintaSoft Imaging .NET SDK. (Inherited from DrawingFactory) |
![]() | FontProgramsController | Gets or sets the font programs controller that allows to access the font programs. (Inherited from DrawingFactory) |
![]() ![]() | HasDefault | Gets a value indicating whether Default property is not null. (Inherited from DrawingFactory) |
![]() | PixelOffsetMode | Gets or sets the pixel offset mode that is used for creating of new GdiGraphics. |
![]() | ScreenResolution | Gets the resolution of the screen, in dots per inch. |
![]() | UseFallbackFont | Gets or sets a value indicating whether this drawing factory should create font with fallback. (Inherited from DrawingFactory) |
![]() | UseSystemFonts | Gets or sets a value indicating whether drawing factory uses the CreateSystemFont(String,Single,Boolean,Boolean) method to create font. (Inherited from DrawingFactory) |
![]() | UseSystemFontsAsPrimary | Gets or sets a value indicating whether drawing factory is uses system fonts (CreateSystemFont(String,Single,Boolean,Boolean) before fonts from FontProgramsController in CreateFont(String,Single,Boolean,Boolean) method. (Inherited from DrawingFactory) |
![]() ![]() | UseSystemFontsDefaultValue | Gets or sets the default value for UseSystemFonts property. (Inherited from DrawingFactory) |
Name | Description | |
---|---|---|
![]() ![]() | Create | Creates the drawing factory that is based on specified drawing engine. (Inherited from DrawingFactory) |
![]() | CreateBitmap | Overloaded. Creates a bitmap that contains image that is decoded from specified file using embedded decoder. (Inherited from DrawingFactory) |
![]() | CreateCompositeEngine | Creates the composite drawing engine. |
![]() | CreateDefaultFont | Creates a default font with normal style. (Inherited from DrawingFactory) |
![]() | CreateDrawingEngine | Creates the drawing engine. (Inherited from DrawingFactory) |
![]() | CreateFallbackFont | Creates the font that contains glyph for specified text character. (Inherited from DrawingFactory) |
![]() | CreateFont | Overloaded. Creates the font from the source font and changes size, bold/italic style of created font. |
![]() ![]() | CreateGdiDrawingFactory | Creates the GDI drawing factory that is located in 'Vintasoft.Imaging.Gdi.dll' assembly. (Inherited from DrawingFactory) |
![]() | CreateGenericMonospaceFont | Creates a generic monospace font. (Inherited from DrawingFactory) |
![]() | CreateGenericSansSerifFont | Creates a generic sans serif font. (Inherited from DrawingFactory) |
![]() | CreateGenericSerifFont | Creates a generic serif font. (Inherited from DrawingFactory) |
![]() | CreateGraphicsPath | Overloaded. Creates the graphics path and copy properties from specified graphics path. (Inherited from DrawingFactory) |
![]() | CreateHatchBrush | Overloaded. Creates a hatch brush and copies properties from specified hatch brush to the newly created brush. (Inherited from DrawingFactory) |
![]() | CreateImageBrush | Overloaded. Creates an image brush and copies properties from specified image brush. (Inherited from DrawingFactory) |
![]() | CreateLinearGradientBrush | Overloaded. Creates a linear gradient brush. (Inherited from DrawingFactory) |
![]() | CreateLineCap | Creates the DrawingLineCap of specified type. (Inherited from DrawingFactory) |
![]() | CreatePen | Overloaded. Creates a pen with specified color and width. |
![]() | CreateRasterDrawingEngine | Creates the drawing engine on specified canvas image. |
![]() | CreateRegion | Overloaded. Creates the region and combines created region with the specified graphics path. (Inherited from DrawingFactory) |
![]() ![]() | CreateSkiaSharpDrawingFactory | Creates the SkiaSharp drawing factory that is located in 'Vintasoft.Imaging.Drawing.SkiaSharp.dll' assembly. (Inherited from DrawingFactory) |
![]() | CreateSolidBrush | Overloaded. Creates a solid brush with specified color. |
![]() | CreateSystemFont | Overloaded. Creates the system font by name. (Inherited from DrawingFactory) |
![]() | Dispose | Releases all resources used by the GdiGraphicsFactory. |
![]() | GetIsValidPathType | Returns a value indicating whether the type of graphics path is valid for this drawing factory. |
![]() | GetNearestSupportedRasterPixelFormat | Overloaded. Returns the nearest supported raster pixel format. |
![]() | GetSupportedRasterPixelFormats | Returns the supported raster pixel formats. |
![]() | IsRasterPixelFormatSupported | Returns a value indicating whether the pixel format is supported. (Inherited from DrawingFactory) |
![]() ![]() | RenderImageBrushCell | Renders complete image brush cell (depends on TileMode property). (Inherited from DrawingFactory) |
![]() ![]() | SetAsDefault | Sets an instance of GdiGraphicsFactory as default drawing factory of VintaSoft Imaging .NET SDK. |
Name | Description | |
---|---|---|
![]() | CreateFontWithFallback | Creates the DrawingFontWithFallback wrapper for specified font. (Inherited from DrawingFactory) |
![]() | GetFallbackFontInfo | Returns an array that contains information about fonts, which can be used for drawing of text character. (Inherited from DrawingFactory) |
![]() | OnSetAsDefault | Called when this drawing factory is set as the default factory, i.e. this instance is set as value of Default property. (Inherited from DrawingFactory) |