Class CreatePoint2f
Represents an operator that creates a 2D point with single-precision floating-point coordinates.
public class CreatePoint2f : Source<Point2f>
- Inheritance
-
CreatePoint2f
- Inherited Members
Properties
- X
Gets or sets the x-coordinate of the point.
- Y
Gets or sets the y-coordinate of the point.
Methods
- Generate()
Generates an observable sequence that contains a single 2D point with single-precision floating-point coordinates.
- Generate<TSource>(IObservable<TSource>)
Generates an observable sequence of 2D points using the specified single-precision floating-point coordinates, and where each Point2f object is emitted only when an observable sequence emits a notification.