Skip to main content

PointFloat Struct

Represents a point with floating X and Y values.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

[ComVisible(true)]
[TypeConverter(typeof(PointFloatConverter))]
public struct PointFloat :
    IEquatable<PointFloat>
See Also