KPointF Class

[Missing <summary> documentation for "T:KLib.Geometry.KPointF"]

Definition

Namespace: KLib.Geometry
Assembly: KLib.Geometry (in KLib.Geometry.dll) Version: 1.0.3.9 (1.0.3.9)
C#
public class KPointF
Inheritance
Object    KPointF

Constructors

KPointFInitializes a new instance of the KPointF class
KPointF(KPointF)Initializes a new instance of the KPointF class
KPointF(Point)Initializes a new instance of the KPointF class
KPointF(Single, Single)Initializes a new instance of the KPointF class

Properties

Methods

Add 
CrossProduct 
DistToLineSegment(KPointF, KPointF, KPointF) 
DistToLineSegment(Point, Point, Point) 
Divide(KPointF, Single) 
Divide(Single, KPointF) 
Dot 
Equals
(Overrides ObjectEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Multiply(KPointF, Single) 
Multiply(Single, KPointF) 
Negate 
Rotate 
Scale 
Subtract 
ToStringReturns a string that represents the current object.
(Inherited from Object)

Operators

Fields

X 
Y 

See Also