ClippingPlane(Plane, Boolean) Constructor

Standard constructor.
Public Sub New( _ 
ByVal plane As Plane, _ 
ByVal active As Boolean
)
This language is not supported or no code example is available.
public ClippingPlane( 
Plane plane
bool active 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The plane

active
bool

Status

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition