Gets the current invalidate rectangle (the physical location and size) of a container
public LeadRectD GetContainerInvalidRect(
AnnContainer container,
bool includeObjects
)
Public Function GetContainerInvalidRect( _
ByVal container As Leadtools.Annotations.Core.AnnContainer, _
ByVal includeObjects As Boolean _
) As Leadtools.LeadRectD
public Leadtools.LeadRectD GetContainerInvalidRect(
Leadtools.Annotations.Core.AnnContainer container,
bool includeObjects
)
public LeadRectD getContainerInvalidRect(AnnContainer container, boolean includeObjects)
function Leadtools.Annotations.Automation.AnnAutomation.GetContainerInvalidRect(
container ,
includeObjects
)
public:
LeadRectD^ GetContainerInvalidRect(
AnnContainer^ container,
bool includeObjects
)
container
The container object. Must be one of the item in Containers.
includeObjects
true if objects that belong to the container but might lay outside the container boundaries are to be included in the calculation; otherwise, false and only the container boundary is used
The current invalidate rectangle (the physical location and size) of a container.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET