FAreaContains Method

Return a value indicating whether the container area fully contains the specified subject.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static bool Contains(
	FArea container,
	FArea subject
)

Parameters

container  FArea
Reference to the container area.
subject  FArea
Reference to the candidate subject.

Return Value

Boolean
True if the subject is fully within the container area. Otherwise, false.

See Also