'Declaration
Public Function CreateAnchorTemplate( _ ByVal ImageID As Integer, _ ByVal PosLeft As Integer, _ ByVal PosTop As Integer, _ ByVal Width As Integer, _ ByVal Height As Integer _ ) As IntPtr
public function CreateAnchorTemplate( ImageID: Integer; PosLeft: Integer; PosTop: Integer; Width: Integer; Height: Integer ): IntPtr;
Parameters
- ImageID
- GdPicture image identifier.
- PosLeft
- The left position, in pixel, (0-based), of the rectangle surrounding the template.
- PosTop
- The top position, in pixel, (0-based), of the rectangle surrounding the template.
- Width
- The width, in pixel, of the rectangle surrounding the template.
- Height
- The height, in pixel, of the rectangle surrounding the template.
Return Value
An Anchor Template Identifier to be used with the FindAnchor and the DeleteAnchorTemplate method.