GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IAnnotationManager / GetAnnotationFlipState Method





In This Topic
GetAnnotationFlipState Method (IAnnotationManager)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(26)>
Function GetAnnotationFlipState( _
   ByVal AnnotationIdx As Integer, _
   ByRef FlipX As Boolean, _
   ByRef FlipY As Boolean _
) As GdPictureStatus
[DispId(26)]
GdPictureStatus GetAnnotationFlipState( 
   int AnnotationIdx,
   ref bool FlipX,
   ref bool FlipY
)
function GetAnnotationFlipState( 
    AnnotationIdx: Integer;
   var  FlipX: Boolean;
   var  FlipY: Boolean
): GdPictureStatus; 
DispIdAttribute(26)
function GetAnnotationFlipState( 
   AnnotationIdx : int,
   FlipX : boolean,
   FlipY : boolean
) : GdPictureStatus;
[DispId(26)]
GdPictureStatus GetAnnotationFlipState( 
   int AnnotationIdx,
   ref bool FlipX,
   ref bool FlipY
) 
[DispId(26)]
GdPictureStatus GetAnnotationFlipState( 
   int AnnotationIdx,
   bool% FlipX,
   bool% FlipY
) 

Parameters

AnnotationIdx
FlipX
FlipY
See Also

Reference

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