ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / PointF Structure
Fields Properties Methods

In This Topic
    PointF Structure Members
    In This Topic

    The following tables list the members exposed by PointF.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PointF class with the specified coordinates.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents a PointF that has X and Y values set to zero.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the x-coordinate of this point.  
    Public PropertyGets or sets the y-coordinate of this point.  
    Top
    Public Methods
     NameDescription
    Public MethodSpecifies whether this PointF contains the same coordinates as the specified PointF.  
    Public MethodReturns a hash code for this PointF.  
    Top
    Public Operators
    Compares two PointF objects. The result specifies whether the values of the X and properties of the two PointF objects are equal.
    Compares two PointF objects. The result specifies whether the values of the and Y properties of the two PointF objects are unequal.
    Top
    See Also