Loads the picture data resource for each AnnObject in the specified AnnContainer.
public IAsyncAction LoadResourceToPicture(
Leadtools.Annotations.Core.AnnContainer container
)
Public Function LoadResourceToPicture( _
ByVal container As Leadtools.Annotations.Core.AnnContainer _
) As IAsyncAction
public IAsyncAction LoadResourceToPicture(
Leadtools.Annotations.Core.AnnContainer container
)
function Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.LoadResourceToPicture(
container
)
container
The source AnnContainer that holds the objects for which picture resources will be loaded.
A IAsyncAction of the operation.
AnnD2DRenderingEngine use D2DBitmap to draw images. This method loads each object's picture data and creates a D2DBitmap at AnnPicture.InternalData.
Also this method is used to speed up the rendering operation, by loading each AnnObject picture data before rendering it.
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