In This Topic
GdPicture14.WPF Namespace / GdViewer Class / AddEmbeddedImageAnnotInteractive Method / AddEmbeddedImageAnnotInteractive(String,Boolean,Color,Single,Single) Method

AddEmbeddedImageAnnotInteractive(String,Boolean,Color,Single,Single) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Sub AddEmbeddedImageAnnotInteractive( _

   ByVal ImagePath As String, _

   ByVal Stroke As Boolean, _

   ByVal BorderColor As Color, _

   ByVal BorderWidth As Single, _

   ByVal Opacity As Single _

) 
public void AddEmbeddedImageAnnotInteractive( 

   string ImagePath,

   bool Stroke,

   Color BorderColor,

   float BorderWidth,

   float Opacity

)
public procedure AddEmbeddedImageAnnotInteractive( 

    ImagePath: String;

    Stroke: Boolean;

    BorderColor: Color;

    BorderWidth: Single;

    Opacity: Single

); 
public function AddEmbeddedImageAnnotInteractive( 

   ImagePath : String,

   Stroke : boolean,

   BorderColor : Color,

   BorderWidth : float,

   Opacity : float

);
public: void AddEmbeddedImageAnnotInteractive( 

   string* ImagePath,

   bool Stroke,

   Color BorderColor,

   float BorderWidth,

   float Opacity

) 
public:

void AddEmbeddedImageAnnotInteractive( 

   String^ ImagePath,

   bool Stroke,

   Color BorderColor,

   float BorderWidth,

   float Opacity

) 

Parameters

ImagePath
Stroke
BorderColor
BorderWidth
Opacity
See Also