GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / CropBorders_5 Method





In This Topic
CropBorders_5 Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(234)>
Function CropBorders_5( _
   ByVal ImageID As Integer, _
   ByVal Confidence As Single, _
   ByVal PixelReference As ReferencePoint, _
   ByRef Left As Integer, _
   ByRef Top As Integer, _
   ByRef Width As Integer, _
   ByRef Height As Integer, _
   ByVal Context As ImagingContext _
) As GdPictureStatus
[DispId(234)]
GdPictureStatus CropBorders_5( 
   int ImageID,
   float Confidence,
   ReferencePoint PixelReference,
   ref int Left,
   ref int Top,
   ref int Width,
   ref int Height,
   ImagingContext Context
)
function CropBorders_5( 
    ImageID: Integer;
    Confidence: Single;
    PixelReference: ReferencePoint;
   var  Left: Integer;
   var  Top: Integer;
   var  Width: Integer;
   var  Height: Integer;
    Context: ImagingContext
): GdPictureStatus; 
DispIdAttribute(234)
function CropBorders_5( 
   ImageID : int,
   Confidence : float,
   PixelReference : ReferencePoint,
   Left : int,
   Top : int,
   Width : int,
   Height : int,
   Context : ImagingContext
) : GdPictureStatus;
[DispId(234)]
GdPictureStatus CropBorders_5( 
   int ImageID,
   float Confidence,
   ReferencePoint PixelReference,
   ref int Left,
   ref int Top,
   ref int Width,
   ref int Height,
   ImagingContext Context
) 
[DispId(234)]
GdPictureStatus CropBorders_5( 
   int ImageID,
   float Confidence,
   ReferencePoint PixelReference,
   int% Left,
   int% Top,
   int% Width,
   int% Height,
   ImagingContext Context
) 

Parameters

ImageID
Confidence
PixelReference
Left
Top
Width
Height
Context
See Also

Reference

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