'Declaration
Public Function SetAnnotationFillColor( _ ByVal AnnotationIdx As Integer, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte _ ) As GdPictureStatus
public GdPictureStatus SetAnnotationFillColor( int AnnotationIdx, byte Red, byte Green, byte Blue )
public function SetAnnotationFillColor( AnnotationIdx: Integer; Red: Byte; Green: Byte; Blue: Byte ): GdPictureStatus;
public function SetAnnotationFillColor( AnnotationIdx : int, Red : byte, Green : byte, Blue : byte ) : GdPictureStatus;
public: GdPictureStatus SetAnnotationFillColor( int AnnotationIdx, byte Red, byte Green, byte Blue )
public: GdPictureStatus SetAnnotationFillColor( int AnnotationIdx, byte Red, byte Green, byte Blue )
Parameters
- AnnotationIdx
- Red
- Green
- Blue