VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / TextOverlay Class
Constructors Properties Methods Events SeeAlso
In This Topic
    TextOverlay Class Members
    In This Topic
    The following tables list the members exposed by TextOverlay.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets text anchor.
    Public PropertyGets or sets a value indicating whether the text overlay is visible.
    Public PropertyGets or sets the text, which must be drawn.
    Public PropertyGets or sets the brush, which must be used for drawing the text.
    Public PropertyGets or sets the text brush color.
    Public PropertyGets or sets the font, which must be used for drawing the text.
    Protected Properties
     NameDescription
    Protected PropertyGets the image viewer, which is associated with this text overlay.
    Public Methods
     NameDescription
    Public MethodAcivates this instance on the specified viewer.
    Public MethodCreates a new TextOverlay that is a copy of the current instance.
    Public MethodCopies the state of the current object to the target object.
    Public MethodDeactivates this instance.
    Public MethodReturns a System.String that represents this instance.
    Protected Methods
     NameDescription
    Protected MethodRaises the PropertyChanged event.
    Public Events
     NameDescription
    Public EventOccurs when the property is changed.
    See Also