This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
807b5633 e0b3 aba1 0523 eb377f0fbe28
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "P:netDxf.GTE.GMatrix.Item(System.Int32)"]
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
SetC++
public:
property double default[int i] {
double get (int i);
void set (int i, double value);
}F#
member Item : float with get, set- Int32
Double