'Declaration Protected Overridable Function CreateTextGraphicObject( _
ByVal textOverlayThe text overlay.As TextOverlay _
) As Vintasoft.Imaging.UI.VisualTools.GraphicObjects.TextGraphicObject
protected virtual Vintasoft.Imaging.UI.VisualTools.GraphicObjects.TextGraphicObject CreateTextGraphicObject(
TextOverlay textOverlay
)
protected: virtual Vintasoft.Imaging.UI.VisualTools.GraphicObjects.TextGraphicObject* CreateTextGraphicObject(
TextOverlay* textOverlay
)
protected:
virtual Vintasoft.Imaging.UI.VisualTools.GraphicObjects.TextGraphicObject^ CreateTextGraphicObject(
TextOverlay^ textOverlay
)
Parameters
- textOverlay
- The text overlay.
Return Value
The new TextGraphicObject.