Class SFRangeNavigatorThumbLayer
Inheritance
System.Object
SFRangeNavigatorThumbLayer
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFRangeNavigatorThumbLayer : CALayer
Constructors
SFRangeNavigatorThumbLayer()
Declaration
public SFRangeNavigatorThumbLayer()
Methods
DrawInContext(CGContext)
Declaration
public override void DrawInContext(CGContext ctx)
Parameters
Type |
Name |
Description |
CoreGraphics.CGContext |
ctx |
|
DrawLeftThumbInContext(CGContext, CGPoint, CGPoint)
Declaration
public virtual void DrawLeftThumbInContext(CGContext context, CGPoint startPoint, CGPoint endPoint)
Parameters
Type |
Name |
Description |
CoreGraphics.CGContext |
context |
|
CoreGraphics.CGPoint |
startPoint |
|
CoreGraphics.CGPoint |
endPoint |
|
DrawRightThumbInContext(CGContext, CGPoint, CGPoint)
Declaration
public virtual void DrawRightThumbInContext(CGContext context, CGPoint startPoint, CGPoint endPoint)
Parameters
Type |
Name |
Description |
CoreGraphics.CGContext |
context |
|
CoreGraphics.CGPoint |
startPoint |
|
CoreGraphics.CGPoint |
endPoint |
|
SetLeftThumbFrame(CGRect)
Declaration
public void SetLeftThumbFrame(CGRect rect)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
rect |
|
SetRightThumbFrame(CGRect)
Declaration
public void SetRightThumbFrame(CGRect rect)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
rect |
|