WebTextRegionJS Constructor(string,object[],WebTextRegionJS[],WebTextRegionSymbolJS[],WebMatrixJS)
In This Topic
Initializes a new instance of the
WebTextRegionJS class.
Syntax
// Parameters
var textContent; // Type: string
var selectionRegions; // Type: object[]
var subRegions; // Type: WebTextRegionJS[]
var symbols; // Type: WebTextRegionSymbolJS[]
var trasfromFromDipSpace; // Type: WebMatrixJS
var instance = new Vintasoft.Imaging.WebTextRegionJS(textContent, selectionRegions, subRegions, symbols, trasfromFromDipSpace);
function WebTextRegionJS(
: string,
: object[],
: WebTextRegionJS[],
: WebTextRegionSymbolJS[],
: WebMatrixJS
) : WebTextRegionJS;
Parameters
- textContent
- Text content of this region.
- selectionRegions
- Array of selection regions of this region.
- subRegions
- Array of WebTextRegionJS objects that defines the subregions of this region. Can be null.
- symbols
- Array of WebTextRegionSymbolJS objects that defines the text symbols of this region. Can be null.
- trasfromFromDipSpace
- WebMatrixJS object that defines the trasfrom from DIP space to text region space. Can be null.
Browser Compatibility
See Also