ClippingBoundaryBoxColor Property

Summary
Gets or sets the color of the polygon resulting from the intersection between the clipping plane and the boundary box.
Syntax
C#
VB
C++
public Color ClippingBoundaryBoxColor { get; set; } 
  
Public Property ClippingBoundaryBoxColor As Color 
public: 
property Color ClippingBoundaryBoxColor { 
   Color get(); 
   void set (    Color ); 
} 

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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.