0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

csharp > PointF構造体 > System.Drawing > .NET fiddle / ideoneではビルドできた > C# Online Snippet Compilerでも可能になった

Last updated at Posted at 2016-08-30

http://qiita.com/7of9/items/c1e67a19efcfa7eed500
にてビルドエラーがでた。

PointF型がないとのこと。

PointFで調べると
https://msdn.microsoft.com/ja-jp/library/system.drawing.pointf(v=vs.110).aspx

名前空間: System.Drawing

using System.Drawing;
を追加してみたが、PointF could not be foundのまま。

C# Online Snippet Compiler
上で実行しているが、System.Drawingは対応していないのかもしれない。
http://www.volatileread.com/utilitylibrary/snippetcompiler?id=74832

https://dotnetfiddle.net/
では同じコードをビルドできた。こちらはPointF型が見えている。

http://ideone.com/HxZorL
でもビルドできた。

(追記 2016/08/30)
@muroさんのコメントにてC# Online Snippet CompilerでもSystem.Drawing;が使えるようになりました。

情報感謝。

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?