'Declaration
Public Function GetAnnotationRect( _ ByVal AnnotationIdx As Integer, _ ByRef Left As Single, _ ByRef Top As Single, _ ByRef Width As Single, _ ByRef Height As Single _ ) As GdPictureStatus
public GdPictureStatus GetAnnotationRect( int AnnotationIdx, ref float Left, ref float Top, ref float Width, ref float Height )
public function GetAnnotationRect( AnnotationIdx: Integer; var Left: Single; var Top: Single; var Width: Single; var Height: Single ): GdPictureStatus;
public function GetAnnotationRect( AnnotationIdx : int, Left : float, Top : float, Width : float, Height : float ) : GdPictureStatus;
public: GdPictureStatus GetAnnotationRect( int AnnotationIdx, ref float Left, ref float Top, ref float Width, ref float Height )
public: GdPictureStatus GetAnnotationRect( int AnnotationIdx, float% Left, float% Top, float% Width, float% Height )
Parameters
- AnnotationIdx
- Left
- Top
- Width
- Height