astGetStcRegion

Obtain a copy of the encapsulated Region within a Stc

Description:

This function returns a pointer to a deep copy of the Region supplied when the Stc was created.

Synopsis

AstRegion astGetStcRegion( AstStc this )

Parameters:

this
Pointer to the Stc.

Returned Value

astGetStcRegion()
A pointer to a deep copy of the Region encapsulated within the supplied Stc.

Notes: