Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical3D assembly)

Show in webframe

ClippingBoundaryBoxColor Property






Gets or sets the color of the polygon resulting from the intersection between the clipping plane and the boundary box.
Syntax
public Color ClippingBoundaryBoxColor {get; set;}
'Declaration
 
Public Property ClippingBoundaryBoxColor As Color
'Usage
 
Dim instance As Medical3DObject
Dim value As Color
 
instance.ClippingBoundaryBoxColor = value
 
value = instance.ClippingBoundaryBoxColor

            

            
public:
property Color ClippingBoundaryBoxColor {
   Color get();
   void set (    Color value);
}

Property Value

System.Drawing.Color the polygon resulting from the intersection between the clipping plane and the boundary box.
Remarks

The clipping boundary box is the intersection between the VRT, MIP or MinIP clipping planes and the boundary box.

To enable or disable the boundary box, use the EnableBoundaryBox property.

Example
For an example, refer to BoundaryBoxColor
Requirements

Target Platforms

See Also

Reference

Medical3DObject Class
Medical3DObject Members

Error processing SSI file
   Leadtools.Medical3D requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features