'宣言 Public Overloads Function CombineWithRegion( _ ByVal inputRegion As Region, _ ByVal combineMode As RegionCombineMode, _ ByVal inputRegionTransform As System.Numerics.Matrix3x2 _ ) As Region
public Region CombineWithRegion( Region inputRegion, RegionCombineMode combineMode, System.Numerics.Matrix3x2 inputRegionTransform )
パラメータ
- inputRegion
- The region to combine with this instance.
- combineMode
- The type of combine operation to perform.
- inputRegionTransform
- The transform to apply to inputRegion before combining.
戻り値の型
A copy of the input region that is being combined with this instance.