Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphics Class
Properties Methods


In This Topic
    NGraphics Class Members
    In This Topic

    The following tables list the members exposed by NGraphics.

    Public Properties
     NameDescription
    Public PropertyWhen the device is in RenderTechnology.GDI mode this property returns the GDI+ graphics object associated with the control.  
    Public PropertyGets the horizontal resolution of this Graphics object.  
    Public PropertyGets the vertical resolution of this Graphics object.  
    Public PropertyGets/sets the rendering quality for this Graphics object.  
    Public PropertyGets the rendering technology of this NGraphics object  
    Public PropertyGets/sets the image rendering mode associated with this NGraphics object.  
    Public PropertyGets/sets the rendering mode for text associated with this NGraphics object.  
    Public PropertyGets/sets the world transformation for this Graphics object.  
    Top
    Public Methods
     NameDescription
    Public MethodSets the current element  
    Public MethodDraws a line connecting two NPointF structures.  
    Public MethodDraws a line shadow connecting two NPointF structures.  
    Public MethodOverloaded. Measures the specified text when drawn with the specified text style.  
    Public MethodOverloaded. Paints an ellipse with the specified fillStyle and strokeStyle.  
    Public MethodFills the interior of a GraphicsPath object with the specified fill style and then Draws the GraphicsPath object with the specified line style.  
    Public MethodFills the GraphicsPath object with the specified shadowStyle.  
    Public MethodPaints a polygon defined by an array of Point structures.  
    Public MethodPaints a polygon shadow defined by an array of Point structures.  
    Public MethodPaints a rectangle specified by a NRectangleF structure.  
    Public MethodPaints a rectangle shadow specified by a NRectangleF structure.  
    Public MethodOverloaded. Paints text in the specified rectangle.  
    Public MethodResets the world transformation matrix of this Graphics object to the identity matrix.  
    Public MethodApplies the specified rotation to the transformation matrix of this Graphics object.  
    Public MethodApplies the specified scaling operation to the transformation matrix of this Graphics object by prepending it to the object's transformation matrix.  
    Public MethodPrepends the specified translation to the transformation matrix of this Graphics object.  
    Public MethodWrites Svg content if the device is rendering in Svg mode.  
    Top
    See Also