←Select platform

Context Property

Summary

Current graphics context associated with this object. For Windows Forms the type of this property is System.Drawing.Graphics. For WPF the type of this property is System.Windows.Media.DrawingContext.

Syntax
C#
VB
C++
public Graphics Context { get; } 
Public ReadOnly Property Context() As System.Drawing.Graphics 
   Get 
public:  
   property System::Drawing::Graphics^ Context 
   { 
      System::Drawing::Graphics^ get() 
   } 

Property Value

The graphics context associated with this object if any.

Remarks
Example

For an example, refer to PostRender.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.