亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? teechart.lite.xml

?? application som kohonen , pour une classification de couleur et voir l application de l algorithme
?? XML
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.PointInEllipse(System.Drawing.Point,System.Drawing.Rectangle)">
            <summary>
            Returns true if point P is inside the ellipse bounded by Rect.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.PointInPolygon(System.Drawing.Point,System.Drawing.Point[])">
            <summary>
            Returns true if point P is inside Poly polygon. 
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Steema.TeeChart.Drawing.Graphics3D.Calculate3DPosition(Steema.TeeChart.Drawing.Point3D)" -->
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Calculate3DPosition(System.Int32,System.Int32,System.Int32)">
            <summary>
            Calculates and returns the XY position in pixels of the XYZ 3D coordinate.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Calculate3DPosition(System.Drawing.Point,System.Int32)">
            <summary>
            Calculates and returns the XY position in pixels of the XYZ 3D coordinate.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Calculate2DPosition(System.Int32@,System.Int32@,System.Int32)">
            <summary>
            Calculates and returns the XY position in pixels of the coordinate.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Calc3DPos(System.Drawing.Point@,System.Int32,System.Int32,System.Int32)">
            <summary>
            Calculates and returns the XY position in pixels of the point p, XYZ 3D coordinate.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Calc3DPos(System.Drawing.Point@,System.Drawing.Point,System.Int32)">
            <summary>
            Calculates and returns the XY position in pixels of the point p Z 3D coordinate.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Calc3DPos(System.Int32@,System.Int32@,System.Int32)">
            <summary>
            Calculates and returns the XY position in pixels of the XYZ 3D coordinate.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.TransparentColor(System.Int32,System.Drawing.Color)">
            <summary>
            Returns Color parameter after changing its "A" value.
            </summary>
            <param name="transparency">From 0 to 100</param>
            <param name="color">A Color</param>
            <returns>Color with transparency percentage applied.</returns>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Transparency(System.Drawing.Color)">
            <summary>
            Returns percentage based on Color "A" value.
            </summary>
            <returns>Percentage from 0 to 100%</returns>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.CalcRect3D(System.Drawing.Rectangle,System.Int32)">
            <summary>
            Calculates and returns the position in pixels of the Rectangle 3D coordinates.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.FourPointsFromRect(System.Drawing.Rectangle,System.Int32)">
            <summary>
            Returns a TFourPoints structure (array of four TPoint records)
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.RectFromRectZ(System.Drawing.Rectangle,System.Int32)">
            <summary>
            Returns the smallest bounding rectangle containing the four corners of the "R" rectangle after calculating their 3D position.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.StartBlending(System.Double)">
            <summary>
            Supports OpenGL Transparency
            </summary>
            <param name="transparency">%</param>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.EndBlending">
            <summary>
            Supports OpenGL Transparency
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.MoveTo(System.Int32,System.Int32)">
            <summary>
            Sets the value of PenPos to x and y co-ordinates  before calling LineTo.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.MoveTo(System.Drawing.Point)">
            <summary>
            Sets the value of PenPos to Point p before calling LineTo.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.MoveTo(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets the value of PenPos to x, y and z co-ordinates before calling LineTo.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.MoveTo(System.Drawing.Point,System.Int32)">
            <summary>
            Sets the value of PenPos to Point p  with z depth offset before calling LineTo.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.MoveTo(Steema.TeeChart.Drawing.Point3D)">
            <summary>
            Sets the value of PenPos  to 3D Point p before calling LineTo.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.LineTo(System.Drawing.Point,System.Int32)">
            <summary>
            Draws a line to Point with z depth offset.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.LineTo(System.Int32,System.Int32,System.Int32)">
            <summary>
            Draws line from present position to end co-ordinates with z depth offset.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.LineTo(Steema.TeeChart.Drawing.Point3D)">
            <summary>
            Draws a Line to 3D Point.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Line(System.Drawing.Point,System.Drawing.Point,System.Int32)">
            <summary>
            Draws a Line between point p0 and point p1 with Z offset.
            </summary>
            <param name="p0">Origin xy</param>
            <param name="p1">Destination xy</param>
            <param name="z">Depth offset</param>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Line(System.Drawing.Point,System.Drawing.Point)">
            <summary>
            Draws a Line between point p0 and point p1.
            </summary>
            <param name="p0">Origin xy</param>
            <param name="p1">Destination xy</param>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Line(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Draws a Line between co-ordinates with different start/end z depth offset.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Line(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Draws a Line between co-ordinates with z depth offset.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.VerticalLine(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Draws a Vertical Line from (X,Top) to (X,Bottom) at z depth position.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Pie(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Boolean,System.Boolean,System.Drawing.Rectangle)">
            <summary>
            Draws a pie slice using startAngle and endAngle with dark sides.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Pie(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Boolean,System.Boolean,System.Int32,System.Boolean)">
            <summary>
            Draws a 3D Pie slice using start Angle and end Angle and donut percent.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Rad2Deg(System.Double)">
             <summary>
            Returns a degree value from a radian value.
             </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Arc(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Draws an arc in the rectangle defined by the 4 co-ordinates.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Ellipse(System.Drawing.Rectangle)">
            <summary>
            Ellipse bounding Rectangle r.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Ellipse(System.Drawing.Rectangle,System.Int32)">
            <summary>
            Ellipse bounding Rectangle at z depth.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Ellipse(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Ellipse bounding Rect (X1,Y1,X2,Y2) at Z position.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Ellipse(System.Drawing.Rectangle,System.Int32,System.Double)">
            <summary>
            Ellipse bounding rectangle r with Z offset at angle.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.GetChartPolygon(System.Drawing.Rectangle,System.Int32,System.Int32)">
             <summary>
            Returns a z-shifted Region from a Rectangle. 
             </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.EllipseEnh(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Enhanced Ellipse bounding Rect (X1,Y1,X2,Y2) at Z position.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.EllipseEnh(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Internal use. Enhanced spheres
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.SphereEnh(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Internal use. 3D spheres
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Plane(System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Int32)">
            <summary>
            Draws a polygon (Point p1, Point p2, Point p3, Point p4) at Z depth offset.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Plane(System.Drawing.Point,System.Drawing.Point,System.Int32,System.Int32)">
            <summary>
            Draws a polygon (Point p1, Point p2) at Z depth offset.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Plane(System.Int32,System.Int32,System.Drawing.Point[])">
            <summary>
            Draws a polygon using points array p with different start/end z depth offset.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.TextOut(System.Int32,System.Int32,System.String)">
            <summary>
            Displays 2D non-rotated label at the specified x and y screen coordinates.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.TextOut(Steema.TeeChart.Drawing.ChartFont,System.Int32,System.Int32,System.String)">
            <summary>
            Displays 2D non-rotated label (in ChartFont f) at the specified x and y screen coordinates.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.TextOut(System.Int32,System.Int32,System.Int32,System.String)">
            <summary>
            Displays 2D non-rotated label at the specified x,y and z screen coordinates.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.GetClipRoundRectangle(System.Drawing.Rectangle,System.Int32,System.Int32)">
             <summary>
            Returns a GraphicPath which contains a Rounded Rectangle. 
             </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.GetClipRoundRectangle(System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32)">
             <summary>
            Returns a GraphicPath which contains a Rounded Rectangle. 
             </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.RoundRectangle(System.Drawing.Rectangle)">
            <summary>
            Draws a rectangle with rounded corners.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.OrientRectangle(System.Drawing.Rectangle@)">
            <summary>
            Makes sure the R rectangle Left is smaller than Right and Top is smaller than Bottom. 
            Returns corrected rectangle.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.CalcArcAngles(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Double@,System.Double@)">
            <summary>
            Use arc x1,y1..x4,y4 points to extract arc start and sweep angles.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.CalcArcPoints(System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Int32@,System.Int32@,System.Int32@,System.Int32@)">
            <summary>
            Use x1,y1; x2,y2; start and sweep angles to extract arc x3,y3 and x4,y4 points.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Projection(System.Int32,System.Drawing.Rectangle)">
            <summary>
            Internal use. Calculates the projection co-ordinates for rectangle Bounds
            </summary>
            <param name="maxDepth">Max shape depth</param>
            <param name="r">Projected shape rectangle</param>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Pyramid(System.Boolean,System.Drawing.Rectangle,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Draws a vertical or horizontal Pyramid with optional dark shaded sides.
            </summary>
        </member>
        <member name="M:Steema.TeeChart.Drawing.Graphics3D.Pyramid(System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Draws a vertical or horizontal Pyramid with optional dark shaded sides.

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人午夜在线视频| 亚洲男同性恋视频| 欧美日韩在线免费视频| av高清不卡在线| 成人国产精品免费观看动漫| 国产中文一区二区三区| 精品一区二区久久久| 看电视剧不卡顿的网站| 琪琪一区二区三区| 精品亚洲国内自在自线福利| 久久99国产乱子伦精品免费| 老司机免费视频一区二区三区| 精品一区二区三区不卡 | 亚洲综合免费观看高清完整版| 国产精品国产三级国产aⅴ原创 | av在线播放一区二区三区| 丰满少妇久久久久久久| av激情综合网| 在线播放91灌醉迷j高跟美女| 精品噜噜噜噜久久久久久久久试看| 欧美精选午夜久久久乱码6080| 91麻豆精品国产91久久久使用方法 | 欧美日韩一区二区在线观看| 亚洲免费在线观看| 最新久久zyz资源站| 亚洲欧美二区三区| 麻豆精品新av中文字幕| 成人午夜精品一区二区三区| 在线看国产一区二区| 精品久久久久一区二区国产| 中文字幕av一区 二区| 一卡二卡三卡日韩欧美| 久久黄色级2电影| 91在线你懂得| 欧美电影免费观看高清完整版在线| 国产日韩欧美亚洲| 亚洲影院久久精品| 国产美女在线精品| 欧美色视频在线观看| 国产亚洲精品bt天堂精选| 伊人夜夜躁av伊人久久| 国产在线精品一区二区不卡了 | 成人av中文字幕| 欧美日韩aaaaa| 亚洲欧洲精品一区二区三区| 五月天婷婷综合| 成人国产在线观看| 欧美成人精品二区三区99精品| 中文字幕亚洲精品在线观看| 久久精品国产精品青草| 色天使色偷偷av一区二区| 久久久99免费| 秋霞电影网一区二区| 在线免费一区三区| 国产精品久久网站| 91在线播放网址| 7777精品伊人久久久大香线蕉超级流畅| wwww国产精品欧美| 日韩中文字幕亚洲一区二区va在线| 97精品久久久久中文字幕 | 亚洲一区二区三区免费视频| 韩国精品久久久| 欧美一区二区三区四区五区 | 精品盗摄一区二区三区| 首页欧美精品中文字幕| 色天天综合色天天久久| 亚洲区小说区图片区qvod| 国产乱码精品一区二区三区忘忧草 | 亚洲综合色丁香婷婷六月图片| 成人午夜激情影院| 久久精品日韩一区二区三区| 美女一区二区在线观看| 欧美一区二区三区四区五区| 日产国产高清一区二区三区| 欧美日韩电影在线| 日韩专区中文字幕一区二区| 欧美午夜影院一区| 亚洲国产精品一区二区久久恐怖片| 色香蕉久久蜜桃| 一区二区三区高清不卡| 精品视频免费在线| 偷拍一区二区三区| 日韩视频一区二区| 国内久久精品视频| 国产日韩欧美精品一区| 成人精品电影在线观看| 中文一区在线播放| 99久久精品国产毛片| 亚洲人成网站在线| 91久久精品一区二区三区| 亚洲色图欧洲色图婷婷| 91小宝寻花一区二区三区| 亚洲激情中文1区| 欧美猛男男办公室激情| 久久99精品久久只有精品| 亚洲精品一区二区三区影院| 成人激情av网| 亚洲妇熟xx妇色黄| 精品国内片67194| 成人动漫在线一区| 亚洲成人午夜影院| 精品欧美乱码久久久久久| 风间由美一区二区av101 | 日韩久久久精品| 成人中文字幕合集| 亚洲激情第一区| 欧美大白屁股肥臀xxxxxx| 国产盗摄视频一区二区三区| 亚洲人成影院在线观看| 日韩一区二区三区高清免费看看| 久久精品国产免费看久久精品| 国产欧美精品区一区二区三区| 欧美系列亚洲系列| 国产丶欧美丶日本不卡视频| 亚洲一区视频在线| 久久精品人人做人人爽97| 欧美性色aⅴ视频一区日韩精品| 久久超碰97人人做人人爱| 国产精品欧美久久久久无广告| 91黄色激情网站| 国产一区在线看| 日韩激情在线观看| 亚洲免费在线观看视频| 久久久99免费| 日韩视频在线观看一区二区| 欧洲国内综合视频| 成人激情动漫在线观看| 韩国精品免费视频| 美女在线观看视频一区二区| 亚洲一线二线三线久久久| 国产拍揄自揄精品视频麻豆| 日韩三级av在线播放| 欧美三级视频在线观看| www.欧美亚洲| 国产九九视频一区二区三区| 日本成人在线看| 亚洲影院在线观看| 亚洲精品午夜久久久| 国产精品久久久久久久久久久免费看 | 伦理电影国产精品| 无吗不卡中文字幕| 亚洲va天堂va国产va久| 一区二区三区四区国产精品| 中文字幕亚洲精品在线观看| 中文字幕巨乱亚洲| 国产日韩欧美综合一区| 久久蜜桃香蕉精品一区二区三区| 欧美一区二区三区视频免费播放| 欧美三日本三级三级在线播放| 一本到三区不卡视频| 色网站国产精品| 91麻豆福利精品推荐| 一本色道久久加勒比精品| 色婷婷综合久久久中文字幕| 一本色道a无线码一区v| 色av成人天堂桃色av| 99国产精品久久久久久久久久 | 蜜臀久久99精品久久久久宅男 | 欧美综合在线视频| 欧美影院午夜播放| 欧美日韩精品综合在线| 91精品国产入口| 日韩精品一区二区三区四区 | 精品国偷自产国产一区| 精品国产乱码久久久久久闺蜜| 精品国产精品网麻豆系列| 国产欧美日本一区视频| 国产精品久久久久久妇女6080| 国产欧美精品一区aⅴ影院 | 欧美丰满美乳xxx高潮www| 6080午夜不卡| 久久综合av免费| 国产三级欧美三级日产三级99| 中文字幕的久久| 一区二区三区在线高清| 石原莉奈在线亚洲三区| 国内国产精品久久| 91在线视频18| 日韩欧美一区二区不卡| 国产欧美日韩在线| 一区二区三区视频在线看| 日韩不卡一区二区| 成人一区二区三区视频| 欧美性视频一区二区三区| 26uuu另类欧美| 最近中文字幕一区二区三区| 亚洲va韩国va欧美va精品| 国产一区二区伦理片| 日本韩国欧美在线| 精品日韩在线观看| 一区二区三区在线观看国产| 久久精品国产亚洲一区二区三区| av网站免费线看精品| 欧美一区二区三区日韩| 中文字幕一区在线观看| 美女精品自拍一二三四| 在线视频国内一区二区| 久久久久久亚洲综合| 亚洲国产综合91精品麻豆| 国产高清久久久久|