←Select platform

Context Property

Summary

Destination context.

Syntax

C#
VB
C++
public Graphics Context { get; set; } 
Public Property Context() As System.Drawing.Graphics 
   Get 
   Set 
public:  
   property System::Drawing::Graphics^ Context 
   { 
      System::Drawing::Graphics^ get() 
      void set(System::Drawing::Graphics^ value) 
   } 

Property Value

The destination context.

Example

For an example, refer to ImageViewerSpyGlassInteractiveMode.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly