Bluebit Software
Bluebit Software Support Forum
 Home          Members     Calendar     Who's On

Welcome Guest ( Login | Register )
        



Imports System.Drawing.Drawing2D has "Matrix"... Expand / Collapse
Message
Posted Thursday, June 25, 2009 10:29 AM Post #562
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
I am using the following .NET Framework namespace:

Imports System.Drawing.Drawing2D

which has a "Matrix" command that conflicts with "Matrix" in all of your examples.
Posted Friday, June 26, 2009 8:58 AM Post #563
 

Bluebit SupportBluebit SupportBluebit SupportBluebit SupportBluebit SupportBluebit SupportBluebit SupportBluebit Support
You can avoid this conflict by one of the following methods:

1) Ommit "Imports System.Drawing.Drawing2D" and use the full namaspace-class name declaration for classes in the System.Drawing.Drawing2D namespace

2) Ommit "Imports Bluebit.MatrixLibrary" and use full namespace-class name declarations for classes in Blusbit.MatrixLibrary namespac.

e.g.  Dim A As Bluebit.MatrixLibrary.Matrix = new Bluebit.MatrixLibrary.Matrix(10, 10)

Trifon Triantafillidis

Lead Developer

Bluebit Software

« Prev Topic | Next Topic »


Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Trifon

Permissions Expand / Collapse

All times are GMT -5:00, Time now is 5:51am

Powered by InstantForum.NET v4.1.4 © 2012
Execution: 0.219. 10 queries. Compression Disabled.
.NET Matrix Library