Skip to content

DTL.Shape.IDrawer Interface

sitRyo edited this page Jan 15, 2020 · 6 revisions

概要

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

バージョン 0.1.0以降

public interface DTL.Shape.IDrawer<in TMatrixVar>

プロパティ

なし

メソッド

Modifier & Type Name Descriptions
bool Draw(TMatrixVar[,]) Matrixに描画する
int[,] Create(TMatrixVar[,]) Matrixに描画して, 返り値としてMatrixを返す

拡張メソッド

なし

ソース

IDrawer<T>

Clone this wiki locally