| HeightFieldNumberOfSamplesZ Property |
Gets the number of samples per column (= along the z-axis).
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public int NumberOfSamplesZ { get; }
Public ReadOnly Property NumberOfSamplesZ As Integer
Get
public:
property int NumberOfSamplesZ {
int get ();
}
member NumberOfSamplesZ : int with get
Property Value
Type:
Int32The number of samples per column (= along the z-axis).
Remarks See Also