Index Property (DrawExceptionArgs)
The Index of the image within the
Images collection which was being drawn when the exception was thrown
public System.int Index {get;}
public read-only property Index: System.Integer;
public function get Index : System.int
public: __property System.int get_Index();
public:
property System.int Index {
System.int get();
}
'Declaration
Public ReadOnly Property Index As System.Integer
'Usage
Dim instance As DrawExceptionArgs
Dim value As System.Integer
value = instance.Index
Target Platforms: .NET CLR 4.8 or higher