Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcD2DBitmap Class
Properties Methods

In This Topic
    GcD2DBitmap Class Members
    In This Topic

    The following tables list the members exposed by GcD2DBitmap.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets an instance of the GrapeCity.Documents.DX.Direct2D.Device class.  
    Public PropertyGets an instance of the GrapeCity.Documents.DX.Direct2D.Factory1 class.  
    Public PropertyGets an instance of the GrapeCity.Documents.DX.Direct2D.DeviceContext class.  
    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 GcD2DBitmapGraphics class.

    The Graphics becomes available after executing the CreateGraphics method.

     
    Public PropertyGets the height of the image, in DIPs.  
    Public PropertyGets a value indicating whether the GcD2DBitmap has been disposed of.  
    Public PropertyGets the pixel height of the image.  
    Public PropertyGets the pixel width of the image.  
    Public PropertyGets the width of the image, in DIPs.  
    Top
    Public Methods
     NameDescription
    Public MethodApplies a license key to an instance of GcWicBitmap.  
    Public MethodCreates an instance of the GcD2DBitmapGraphics class.  
    Public MethodOverloaded. For internal use. Creates an image with the given size and properties.  
    Public MethodDiscards the internal image and clears all metadata.  
    Public MethodCleans up the resources that were used.  
    Public MethodOverloaded. Loads the image from a stream.  
    Public MethodOverloaded. Saves the image to a stream using the specified format and options.  
    Public MethodOverloaded. Saves the image to a stream in BMP format.  
    Public MethodOverloaded. Saves the image to a stream in GIF format.  
    Public MethodOverloaded. Saves the image to a stream in JPEG format.  
    Public MethodOverloaded. Saves the image to a stream in JPEG XR format.  
    Public MethodOverloaded. Saves the image to a stream in PNG format.  
    Public MethodOverloaded. Saves the image to a stream in TIFF format.  
    Public MethodAssigns a shared instance of the FontCache class to be used by this bitmap.  
    Public Methodstatic (Shared in Visual Basic)Sets the license key.  
    Public MethodOverloaded. Copies the image buffer to a new GrapeCity.Documents.Imaging.GcBitmap.  
    Top
    See Also