SoImageDataAdapterGetExtent Method |
Returns the extent of the image in 3D.
Namespace: OIV.ImageViz.Nodes.ImagesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public SbBox3f GetExtent()
Public Function GetExtent As SbBox3f
public:
SbBox3f GetExtent()
member GetExtent : unit -> SbBox3f
Return Value
Type:
SbBox3fRemarks Convenience method to get the value of the OIV.ImageViz.Nodes.Images.SoImageDataAdapter.m_extent field.
See Also