Skip to main content

引数

any
必須
インデックスする値。Drawing object では RealDrawingObject __index handler が使用されます。
any
必須
インデックスに使用される property key。Drawing object properties は strings ベースです。

戻り値

any
object を property でインデックスして返される値。Drawing __index handler がその property の値を持たない場合は nil。

例

Read a Drawing property like direct indexing.