You are here: Start » AVL.NET » AVL.CreateSphereMap(AvlNet.ImageFormat, AvlNet.Rectangle2D, float, int, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Region)
AVL.CreateSphereMap(AvlNet.ImageFormat, AvlNet.Rectangle2D, float, int, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Region)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateSphereMap( AvlNet.ImageFormat inImageFormat, AvlNet.Rectangle2D inSphereRectangle, float inSphereRadiusCorrection, int inMargin, AvlNet.InterpolationMethod inInterpolationMethod, out AvlNet.SpatialMap outSpatialMap, out AvlNet.Region outOutputRegion )
Parameters
- inImageFormat
- Type: AvlNet.ImageFormat
- inSphereRectangle
- Type: AvlNet.Rectangle2D
- inSphereRadiusCorrection
- Type: System.Single
- inMargin
- Type: System.Int32
- inInterpolationMethod
- Type: AvlNet.InterpolationMethod
- outSpatialMap
- Type: AvlNet.SpatialMap
- outOutputRegion
- Type: AvlNet.Region
