ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode Namespace / IDrawingDevice Interface
Members

In This Topic
    IDrawingDevice Interface
    In This Topic
    The IDrawingDevice interface provides methods for drawing objects to the display device.
    Object Model
    IDrawingDevice Interface
    Syntax
    'Declaration
     
    Public Interface IDrawingDevice 
       Inherits ITextMeasurer 
    public interface IDrawingDevice : ITextMeasurer  
    Remarks
    This interface should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also