'Declaration Public Function New( _
ByVal textSymbolThe text symbol.As TextSymbol, _
ByVal fontSizeSize of the font.As Single, _
ByVal locationThe symbol location, in text space.As System.Drawing.PointF, _
ByVal outlineRegionThe symbol region outline, in text space.As Vintasoft.Imaging.RegionF, _
ByVal regionThe symbol region, in text space.As Vintasoft.Imaging.RegionF, _
ByVal selectionRegionThe symbol selection region, in text space.As Vintasoft.Imaging.RegionF, _
ByVal colorThe symbol color.As System.Drawing.Color, _
ByVal renderingModeThe symbol rendering mode.As TextRenderingMode, _
ByVal xScaleThe rendering scale at X axis.As Single, _
ByVal yScaleThe rendering scale at Y axis.As Single, _
ByVal prevSymbolInNonbreakingTextBlockThe previous symbol in nonbreaking text block.As TextRegionSymbol _
)
public TextRegionSymbol(
TextSymbol textSymbol,
float fontSize,
System.Drawing.PointF location,
Vintasoft.Imaging.RegionF outlineRegion,
Vintasoft.Imaging.RegionF region,
Vintasoft.Imaging.RegionF selectionRegion,
System.Drawing.Color color,
TextRenderingMode renderingMode,
float xScale,
float yScale,
TextRegionSymbol prevSymbolInNonbreakingTextBlock
)
public: TextRegionSymbol(
TextSymbol* textSymbol,
float fontSize,
System.Drawing.PointF location,
Vintasoft.Imaging.RegionF* outlineRegion,
Vintasoft.Imaging.RegionF* region,
Vintasoft.Imaging.RegionF* selectionRegion,
System.Drawing.Color* color,
TextRenderingMode renderingMode,
float xScale,
float yScale,
TextRegionSymbol* prevSymbolInNonbreakingTextBlock
)
public:
TextRegionSymbol(
TextSymbol^ textSymbol,
float fontSize,
System.Drawing.PointF location,
Vintasoft.Imaging.RegionF^ outlineRegion,
Vintasoft.Imaging.RegionF^ region,
Vintasoft.Imaging.RegionF^ selectionRegion,
System.Drawing.Color^ color,
TextRenderingMode renderingMode,
float xScale,
float yScale,
TextRegionSymbol^ prevSymbolInNonbreakingTextBlock
)
Parameters
- textSymbol
- The text symbol.
- fontSize
- Size of the font.
- location
- The symbol location, in text space.
- outlineRegion
- The symbol region outline, in text space.
- region
- The symbol region, in text space.
- selectionRegion
- The symbol selection region, in text space.
- color
- The symbol color.
- renderingMode
- The symbol rendering mode.
- xScale
- The rendering scale at X axis.
- yScale
- The rendering scale at Y axis.
- prevSymbolInNonbreakingTextBlock
- The previous symbol in nonbreaking text block.