Error processing SSI file
(Leadtools.Controls)

Show in webframe

Context Property (ImageViewerRenderEventArgs)




Current graphics context associated with this object.
Syntax
public Graphics Context {get;}
'Declaration
 
Public ReadOnly Property Context As Graphics

Property Value

The graphics context associated with this object if any.
Remarks

This property returns the value of Graphics of PaintEventArgs. If the value of PaintEventArgs is null, then this property will return null as well.

Example

For an example, refer to PostRender.

Requirements

Target Platforms

See Also

Reference

ImageViewerRenderEventArgs Class
ImageViewerRenderEventArgs Members

Error processing SSI file