Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

807b5633 e0b3 aba1 0523 eb377f0fbe28

haplokuon edited this page May 6, 2023 · 1 revision

Item(Int32) Property

netDxf 3.0.0 Library

[Missing <summary> documentation for "P:netDxf.GTE.GMatrix.Item(System.Int32)"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public double this[
	int i
] { get; set; }

VB

Public Default Property Item ( 
	i As Integer
) As Double
	Get
	Set

C++

public:
property double default[int i] {
	double get (int i);
	void set (int i, double value);
}

F#

member Item : float with get, set

Parameters

  Int32
 

Property Value

Double

See Also

Reference

GMatrix Class
Item Overload
netDxf.GTE Namespace

Clone this wiki locally