GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / RenderAnnotation Method





In This Topic
RenderAnnotation Method (AnnotationManager)
In This Topic
Syntax
'Declaration
 
Public Function RenderAnnotation( _
   ByVal AnnotationIdx As Integer, _
   ByVal Zoom As Single _
) As Integer
public int RenderAnnotation( 
   int AnnotationIdx,
   float Zoom
)
public function RenderAnnotation( 
    AnnotationIdx: Integer;
    Zoom: Single
): Integer; 
public function RenderAnnotation( 
   AnnotationIdx : int,
   Zoom : float
) : int;
public: int RenderAnnotation( 
   int AnnotationIdx,
   float Zoom
) 
public:
int RenderAnnotation( 
   int AnnotationIdx,
   float Zoom
) 

Parameters

AnnotationIdx
Zoom
See Also

Reference

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