Struct SvgLinearGradientServer.GradientPoints
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
public struct GradientPoints
Constructors
GradientPoints(PointF, PointF)
Declaration
public GradientPoints(PointF startPoint, PointF endPoint)
Parameters
System.Drawing.PointF
startPoint
|
System.Drawing.PointF
endPoint
|
Fields
EndPoint
Declaration
public PointF EndPoint
Field Value
System.Drawing.PointF
|
StartPoint
Declaration
public PointF StartPoint
Field Value
System.Drawing.PointF
|