-
Notifications
You must be signed in to change notification settings - Fork 10
DTL.Shape.IDrawer Interface
sitRyo edited this page Jan 15, 2020
·
6 revisions
T型のMatrixに値を描画するためのメソッドを定義します。
public interface DTL.Shape.IDrawer<in TMatrixVar>
なし
Modifier & Type | Name | Descriptions |
---|---|---|
bool | Draw(TMatrixVar[,]) | Matrixに描画する |
int[,] | Create(TMatrixVar[,]) | Matrixに描画して, 返り値として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)