-
Notifications
You must be signed in to change notification settings - Fork 10
[Template] Interface
Gunji Ryota edited this page Jan 2, 2020
·
1 revision
T型のMatrixに値を描画するためのメソッドを定義します。
public interface DTL.Shape.IDrawer<in TMatrixVar>
なし
Modifier & Type | Name | Descriptions |
---|---|---|
bool | Draw(T[,]) | Matrixに描画する |
なし
Copyright (c) 2017-2019 Kasugaccho. Copyright (c) 2018-2019 As Project.
Distributed under the Boost Software License, Version 1.0.(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)