public SliceRectangle( Camera transform, double width, double height, SliceRectangleCullDirection cullDirection )
Public Function New( _ ByVal transform As Camera, _ ByVal width As Double, _ ByVal height As Double, _ ByVal cullDirection As SliceRectangleCullDirection _ )
Parameters
- transform
 - A Camera object used for to define the position, heading, and pitch of the SliceRectangle. Must be in the target map's ArcGIS.Core.Geometry.SpatialReference.
 - width
 - The width of the rectangle.
 - height
 - The height of the rectangle.
 - cullDirection
 - On which side of the rectangle should geometry be cut away.