Dsl (Digital Simulation Library) for .Net
アッセンブリー: DslDialog (in DslDialog.dll)
実際の描画に使用するGDI+のGraphicsオブジェクトです。
名前空間: DslDialogアッセンブリー: DslDialog (in DslDialog.dll)
構文
C# |
---|
public Graphics Graphics { get; internal set; } |
Visual Basic |
---|
Public Property Graphics As Graphics Get Friend Set |
Visual C++ |
---|
public: property Graphics^ Graphics { Graphics^ get (); internal: void set (Graphics^ value); } |