Document Solutions for PDF
DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class

In This Topic
    GcWicBitmap Class Properties
    In This Topic

    For a list of all members of this type, see GcWicBitmap members.

    Public Properties
     NameDescription
    Public PropertyGets an instance of the GrapeCity.Documents.DX.Direct2D.SolidColorBrush class.

    The brush becomes available after executing the EnsureRenderTargetCreated method.

     
    Public PropertyGets an instance of the GrapeCity.Documents.DX.Direct2D.Factory1 class.

    The factory becomes available after executing the EnsureRenderTargetCreated method.

     
    Public PropertyGets the x-axis dpi resolution.  
    Public PropertyGets the y-axis dpi resolution.  
    Public PropertyGets an instance of the GrapeCity.Documents.DX.DirectWrite.Factory1 class.

    The factory becomes available after initializing the font cache (see the SetFontCache method).

     
    Public PropertyGets an instance of the GcWicBitmapGraphics class.

    The Graphics becomes available after executing the CreateGraphics method.

     
    Public Propertystatic (Shared in Visual Basic)Gets a value indicating if GcWicBitmap supports the CreateGraphics method on the current platform.  
    Public PropertyGets 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.  
    Public PropertyGets the height of the image, in DIPs.  
    Public PropertyGets an instance of the GrapeCity.Documents.DX.WIC.ImagingFactory class.  
    Public PropertyGets a value indicating whether the GcWicBitmap has been disposed of.  
    Public Propertystatic (Shared in Visual Basic)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.

     
    Public PropertyGets the internal image that is an IWICBitmap.  
    Public PropertyGets the pixel format of the image.  
    Public PropertyGets the pixel height of the image.  
    Public PropertyGets the pixel width of the image.  
    Public PropertyGets an instance of the GrapeCity.Documents.DX.Direct2D.RenderTarget class.

    The render target becomes available after executing the EnsureRenderTargetCreated method.

     
    Public PropertyGets the width of the image, in DIPs.  
    Top
    See Also