'Declaration
Public Function GetFormFieldLocation( _ ByVal FieldId As Integer, _ ByRef Left As Single, _ ByRef Top As Single, _ ByRef Right As Single, _ ByRef Bottom As Single _ ) As GdPictureStatus
public GdPictureStatus GetFormFieldLocation( int FieldId, ref float Left, ref float Top, ref float Right, ref float Bottom )
public function GetFormFieldLocation( FieldId: Integer; var Left: Single; var Top: Single; var Right: Single; var Bottom: Single ): GdPictureStatus;
public function GetFormFieldLocation( FieldId : int, Left : float, Top : float, Right : float, Bottom : float ) : GdPictureStatus;
Parameters
- FieldId
- Left
- Top
- Right
- Bottom