Name | Description | |
---|---|---|
![]() | DrawingFactory | Initializes a new instance of the DrawingFactory class. |
Name | Description | |
---|---|---|
![]() | DrawingFactory | Initializes a new instance of the DrawingFactory class. |
Name | Description | |
---|---|---|
![]() ![]() | Default | Gets or sets the drawing factory that is used as the default drawing factory of VintaSoft Imaging .NET SDK. |
![]() | FontProgramsController | Gets or sets the font programs controller that allows to access the font programs. |
![]() ![]() | HasDefault | Gets a value indicating whether Default property is not null. |
![]() | 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. |
![]() | UseSystemFonts | Gets or sets a value indicating whether drawing factory uses the CreateSystemFont(String,Single,Boolean,Boolean) method to create font. |
![]() | 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. |
![]() ![]() | UseSystemFontsDefaultValue | Gets or sets the default value for UseSystemFonts property. |
Name | Description | |
---|---|---|
![]() ![]() | Create | Creates the drawing factory that is based on specified drawing engine. |
![]() | CreateBitmap | Overloaded. Creates a bitmap that contains image that is decoded from specified file using embedded decoder. |
![]() | CreateCompositeEngine | Creates the composite drawing engine. |
![]() | CreateDefaultFont | Creates a default font with normal style. |
![]() | CreateDrawingEngine | Creates the drawing engine. |
![]() | CreateFallbackFont | Creates the font that contains glyph for specified text character. |
![]() | CreateFont | Overloaded. Creates the font, which is based on font program. |
![]() ![]() | CreateGdiDrawingFactory | Creates the GDI drawing factory that is located in 'Vintasoft.Imaging.Gdi.dll' assembly. |
![]() | CreateGenericMonospaceFont | Creates a generic monospace font. |
![]() | CreateGenericSansSerifFont | Creates a generic sans serif font. |
![]() | CreateGenericSerifFont | Creates a generic serif font. |
![]() | CreateGraphicsPath | Overloaded. Creates the graphics path and copy properties from specified graphics path. |
![]() | CreateHatchBrush | Overloaded. Creates a hatch brush. |
![]() | CreateImageBrush | Overloaded. Creates an image brush and copies properties from specified image brush. |
![]() | CreateLinearGradientBrush | Overloaded. Creates a linear gradient brush. |
![]() | CreateLineCap | Creates the DrawingLineCap of specified type. |
![]() | CreatePen | Overloaded. Creates a pen with specified color. |
![]() | CreateRasterDrawingEngine | Creates the raster drawing engine. |
![]() | CreateRegion | Overloaded. Creates the region. |
![]() ![]() | CreateSkiaSharpDrawingFactory | Creates the SkiaSharp drawing factory that is located in 'Vintasoft.Imaging.Drawing.SkiaSharp.dll' assembly. |
![]() | CreateSolidBrush | Overloaded. Creates a solid brush and copies properties from specified solid brush. |
![]() | CreateSystemFont | Overloaded. Creates the system font by name. |
![]() | 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. |
![]() ![]() | RenderImageBrushCell | Renders complete image brush cell (depends on TileMode property). |
Name | Description | |
---|---|---|
![]() | CreateFontWithFallback | Creates the DrawingFontWithFallback wrapper for specified font. |
![]() | GetFallbackFontInfo | Returns an array that contains information about fonts, which can be used for drawing of text character. |
![]() | OnSetAsDefault | Called when this drawing factory is set as the default factory, i.e. this instance is set as value of Default property. |