Skip to content

[Template] Interface

Gunji Ryota edited this page Jan 2, 2020 · 1 revision

概要

T型のMatrixに値を描画するためのメソッドを定義します。

バージョン 0.1.0以降

public interface DTL.Shape.IDrawer<in TMatrixVar>

プロパティ

なし

メソッド

Modifier & Type Name Descriptions
bool Draw(T[,]) Matrixに描画する

拡張メソッド

なし

ソース

IDrawer<T>

Clone this wiki locally