Region.Difference<T> (T, T()) Method

Boolean difference between one region and a list of regions.
Public Shared Function Difference(Of  _ 
T As {Region, New})( _ 
ByVal a As T, _ 
ByVal ParamArray b As T() _ 
) As T
This language is not supported or no code example is available.
public static T Difference<T>( 
T a
params T[] b 

where T : Region, new()
This language is not supported or no code example is available.

Type Parameters

T

Parameters

a
T

First operand

b
T[]

An array of second operands

Return Value

T

The resulting region if the operation is successful, null/Nothing otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition