WebTextRegionSymbolJS Constructor(object,string,string,number,number)
In This Topic
Initializes a new instance of the
WebTextRegionSymbolJS class.
Syntax
// Parameters
var selectionRegion; // Type: object
var symbol; // Type: string
var fontName; // Type: string
var fontBBoxWidth; // Type: number
var fontBBoxHeight; // Type: number
var instance = new Vintasoft.Imaging.WebTextRegionSymbolJS(selectionRegion, symbol, fontName, fontBBoxWidth, fontBBoxHeight);
function WebTextRegionSymbolJS(
: object,
: string,
: string,
: number,
: number
) : WebTextRegionSymbolJS;
Parameters
- selectionRegion
- Selection region of this symbol.
- symbol
- Text symbol.
- fontName
- The font name.
- fontBBoxWidth
- The width of font's bounding box.
- fontBBoxHeight
- The height of font's bounding box.
Browser Compatibility
See Also