ImageGear Professional DLL v18.1 for Windows
IG_vect_linetype_get_patternlen
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Vector Component API Reference > Vector Component Functions Reference > Line Type Functions > IG_vect_linetype_get_patternlen

Glossary Item Box

This function gets the absolute length of the pattern.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_vect_linetype_get_patternlen(
        HIG_VECT_LINETYPE hLinetype, 
        FLOAT* lpPatternlen
);

Arguments:

Name Type Description
hLinetype HIG_VECT_LINETYPE Handle to the Line Type.
lpPatternlen FLOAT* Pattern length being returned.

Return Value:

Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

None

©2014. Accusoft Corporation. All Rights Reserved.