GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager~AddEmbeddedImageAnnot / AddEmbeddedImageAnnot(Bitmap,Single,Single,Single,Single) Method





In This Topic
AddEmbeddedImageAnnot(Bitmap,Single,Single,Single,Single) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function AddEmbeddedImageAnnot( _
   ByVal Image As Bitmap, _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single _
) As AnnotationEmbeddedImage
public AnnotationEmbeddedImage AddEmbeddedImageAnnot( 
   Bitmap Image,
   float Left,
   float Top,
   float Width,
   float Height
)
public function AddEmbeddedImageAnnot( 
    Image: Bitmap;
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single
): AnnotationEmbeddedImage; 
public function AddEmbeddedImageAnnot( 
   Image : Bitmap,
   Left : float,
   Top : float,
   Width : float,
   Height : float
) : AnnotationEmbeddedImage;
public: AnnotationEmbeddedImage* AddEmbeddedImageAnnot( 
   Bitmap* Image,
   float Left,
   float Top,
   float Width,
   float Height
) 
public:
AnnotationEmbeddedImage^ AddEmbeddedImageAnnot( 
   Bitmap^ Image,
   float Left,
   float Top,
   float Width,
   float Height
) 

Parameters

Image
Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager
AnnotationManager Members
Overload List