LayoutFarm.Svg.SvgEllipse.HitTestCore C# (CSharp) 메소드

HitTestCore() 공개 메소드

public HitTestCore ( SvgHitChain svgChain, float x, float y ) : bool
svgChain SvgHitChain
x float
y float
리턴 bool
        public override bool HitTestCore(SvgHitChain svgChain, float x, float y)
        {
            //is in circle area ?

            return false;
        }
        public override void Paint(PaintVisitor p)