IsValid Method

Summary

Indicates if Top and Right are valid combinations for plane.

Syntax
C#
VB
C++
public bool IsValid( 
   Plane plane 
) 
Public Function IsValid( _ 
   ByVal plane As Plane _ 
) As Boolean 
public: 
bool IsValid(  
   Plane plane 
)  

Parameters

plane
The specified plane that is being verified as valid combination with Top and Right

Return Value

true if plane is consistent with the combination of Top and Right

Example

For an example, refer to GetImage.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly