Name | Description | |
---|---|---|
Brush | Gets an instance of the GrapeCity.Documents.DX.Direct2D.SolidColorBrush class.
The brush becomes available after executing the EnsureRenderTargetCreated method. | |
D2DFactory | Gets an instance of the GrapeCity.Documents.DX.Direct2D.Factory1 class.
The factory becomes available after executing the EnsureRenderTargetCreated method. | |
DpiX | Gets the x-axis dpi resolution. | |
DpiY | Gets the y-axis dpi resolution. | |
DWFactory | Gets an instance of the GrapeCity.Documents.DX.DirectWrite.Factory1 class.
The factory becomes available after initializing the font cache (see the SetFontCache method). | |
Graphics | Gets an instance of the GcWicBitmapGraphics class.
The Graphics becomes available after executing the CreateGraphics method. | |
GraphicsSupported | Gets a value indicating if GcWicBitmap supports the CreateGraphics method on the current platform. | |
HasImage | Gets a value indicating whether the underlying image exists (has been loaded or created). If this property is false, call Load() or CreateImage() to load or create the underlying image. Calling any other method will throw an exception unless this property is true. | |
Height | Gets the height of the image, in DIPs. | |
ImagingFactory | Gets an instance of the GrapeCity.Documents.DX.WIC.ImagingFactory class. | |
IsDisposed | Gets a value indicating whether the GcWicBitmap has been disposed of. | |
IsSupported | Gets a value indicating if GcWicBitmap is available on the current platform.
Make sure that "Thread.CurrentThread.SetApartmentState(ApartmentState.MTA)" is executed at the beginning of the Program.Main() method. | |
NativeBitmap | Gets the internal image that is an IWICBitmap. | |
PixelFormat | Gets the pixel format of the image. | |
PixelHeight | Gets the pixel height of the image. | |
PixelWidth | Gets the pixel width of the image. | |
RenderTarget | Gets an instance of the GrapeCity.Documents.DX.Direct2D.RenderTarget class.
The render target becomes available after executing the EnsureRenderTargetCreated method. | |
Width | Gets the width of the image, in DIPs. |