PrimitiveManagerContains Method |
Determines whether the manager contains a primitive.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool Contains(
Primitive primitive
)
Public Function Contains (
primitive As Primitive
) As Boolean
public:
virtual bool Contains(
Primitive^ primitive
) sealed
abstract Contains :
primitive : Primitive -> bool
override Contains :
primitive : Primitive -> bool
Parameters
- primitive
- Type: AGI.Foundation.GraphicsPrimitive
The primitive to locate in the manager.
Return Value
Type:
Booleantrue if
primitive is found in the manager; otherwise,
false.
See Also