C# Class FlexChartSample.CustomTooltipsController.MyTooltip

Inheritance: XuniBaseChartTooltipView
ファイルを表示 Open project: GoXuni/Xamarin.iOS-Samples

Public Methods

Method Description
GetContentFrameRect ( CGRect contentFrame, CGPoint senderPoint ) : CGRect
GetFrameRect ( CGRect contentFrame, CGPoint senderPoint ) : CGRect
Render ( ) : void

Method Details

GetContentFrameRect() public method

public GetContentFrameRect ( CGRect contentFrame, CGPoint senderPoint ) : CGRect
contentFrame CGRect
senderPoint CGPoint
return CGRect

GetFrameRect() public method

public GetFrameRect ( CGRect contentFrame, CGPoint senderPoint ) : CGRect
contentFrame CGRect
senderPoint CGPoint
return CGRect

Render() public method

public Render ( ) : void
return void