VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebRectangle Class
Constructors Properties Methods Operators SeeAlso
In This Topic
    WebRectangle Class Members
    In This Topic
    The following tables list the members exposed by WebRectangle.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the height of this rectangle.
    Public PropertyGets or sets the width of this rectangle.
    Public PropertyGets or sets the x-coordinate of the upper-left corner of this rectangle.
    Public PropertyGets or sets the y-coordinate of the upper-left corner of this rectangle.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodDetermines whether two WebRectangle instances are equal.
    Public MethodReturns the hash code for this WebRectangle.
    Public Operators
     NameDescription
    Public OperatorOverloaded. Conversion from to .
    See Also