Intellisense is not displayed
-
hi all i use following statement for import drawing related classes
imports System.Drawing
i want to use 2D class but when i type.
(after typing imports System.Drawing), then no intelligence is appeared related to 2D. Even when i Forcely typeimports System.Drawing.2D
, then it give error how can i resolve this error ? Please suggest -
hi all i use following statement for import drawing related classes
imports System.Drawing
i want to use 2D class but when i type.
(after typing imports System.Drawing), then no intelligence is appeared related to 2D. Even when i Forcely typeimports System.Drawing.2D
, then it give error how can i resolve this error ? Please suggestFrom what I see there is no System.Drawing.2D class available. http://msdn.microsoft.com/en-us/library/system.drawing.aspx[^] I think you want System.Drawing.Drawing2D