Loads the picture data resource for the specified AnnObject.
public void LoadPictureAsync(
Leadtools.Annotations.Core.AnnPicture picture,
Leadtools.LeadRectD objectBounds,
Leadtools.Annotations.Core.AnnObject annObject,
D2DSurface context
)
Public Sub LoadPictureAsync( _
ByVal picture As Leadtools.Annotations.Core.AnnPicture, _
ByVal objectBounds As Leadtools.LeadRectD, _
ByVal annObject As Leadtools.Annotations.Core.AnnObject, _
ByVal context As D2DSurface _
)
public void LoadPictureAsync(
Leadtools.Annotations.Core.AnnPicture picture,
Leadtools.LeadRectD objectBounds,
Leadtools.Annotations.Core.AnnObject annObject,
D2DSurface context
)
function Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.LoadPictureAsync(
picture ,
objectBounds ,
annObject ,
context
)
picture
The source AnnPicture to be loaded.
objectBounds
The AnnObject picture bounds.
annObject
The destination AnnObject.
context
The D2DSurface used in rendering annObject.
This method is used to Load the picture data for the specified AnnObject to draw it over the D2DSurface attached with AnnD2DRenderingEngine.
This method also creates a D2DBitmap at AnnPicture.InternalData.
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