SbImageDataAccessorGetVoxel Method (Int32, Int32) |
Calls GetVoxel(x, y, System.Int32(0), System.Int32(0), System.Int32(0)).
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public double GetVoxel(
int x,
int y
)
Public Function GetVoxel (
x As Integer,
y As Integer
) As Double
public:
double GetVoxel(
int x,
int y
)
member GetVoxel :
x : int *
y : int -> float
Parameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
Return Value
Type:
DoubleRemarks See Also