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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? teechart.lite.xml

?? application som kohonen , pour une classification de couleur et voir l application de l algorithme
?? XML
?? 第 1 頁 / 共 5 頁
字號:
            </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.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品一区二区精品| 亚洲欧洲精品成人久久奇米网| 日韩欧美亚洲另类制服综合在线 | 亚洲精品精品亚洲| 亚洲综合网站在线观看| 蜜臀精品久久久久久蜜臀 | 中文字幕一区二区三区视频| 亚洲成人自拍偷拍| 国产精品亚洲综合一区在线观看| 成人av网站在线观看免费| 欧美中文字幕一二三区视频| 精品国产一区二区三区忘忧草| 国产精品理伦片| 视频一区二区国产| 成人免费看视频| 欧美夫妻性生活| 国产精品色一区二区三区| 亚洲妇熟xx妇色黄| 国产成人超碰人人澡人人澡| 欧美中文字幕不卡| 久久精品综合网| 日韩黄色小视频| 99精品视频在线免费观看| 欧美成人官网二区| 亚洲精品老司机| 国产成人一级电影| 91精品国产丝袜白色高跟鞋| ●精品国产综合乱码久久久久| 美腿丝袜在线亚洲一区| 91在线视频免费91| 国产亚洲一区二区三区四区 | 欧美日韩三级一区二区| 久久精品欧美一区二区三区麻豆| 亚洲自拍偷拍九九九| 国产盗摄女厕一区二区三区| 在线播放一区二区三区| 日韩美女久久久| 国产一区亚洲一区| 日韩视频一区在线观看| 一区二区三区四区五区视频在线观看| 韩国午夜理伦三级不卡影院| 欧美日韩在线播放一区| 亚洲精品视频在线观看网站| 丁香婷婷综合色啪| 亚洲精品一区二区三区精华液| 日日夜夜精品视频天天综合网| 波多野结衣中文字幕一区二区三区 | 久久中文字幕电影| 午夜精品一区二区三区免费视频 | 中文字幕字幕中文在线中不卡视频| 精品一区二区久久| 欧美丰满嫩嫩电影| 亚洲午夜私人影院| 欧美性受极品xxxx喷水| 国产精品二三区| 成人性色生活片| 国产片一区二区| 麻豆国产一区二区| 8v天堂国产在线一区二区| 伊人开心综合网| av中文一区二区三区| 国产精品美女久久久久aⅴ国产馆 国产精品美女久久久久av爽李琼 国产精品美女久久久久高潮 | 久久久久久久久久久黄色| 老司机精品视频线观看86| 日韩视频在线你懂得| 六月丁香婷婷色狠狠久久| 欧美精品自拍偷拍| 视频在线观看一区二区三区| 精品视频全国免费看| 无码av免费一区二区三区试看| 欧美最新大片在线看| 亚洲无线码一区二区三区| 欧美三级中文字幕在线观看| 亚洲国产日韩一区二区| 欧美日韩成人一区二区| 日本va欧美va精品| 日韩欧美国产三级电影视频| 免费不卡在线观看| 精品国一区二区三区| 国产一区三区三区| 国产精品美女视频| 一本色道a无线码一区v| 亚洲综合自拍偷拍| 欧美精品在线一区二区| 免费精品视频在线| 欧美精品一区二区三区蜜桃视频| 国产综合色产在线精品| 亚洲国产精品黑人久久久| av网站免费线看精品| 一区二区在线观看视频| 欧美日韩国产首页在线观看| 日本不卡一区二区三区高清视频| 欧美成人a视频| 国产suv精品一区二区三区| 中文字幕一区二区三区精华液| 99久久免费精品高清特色大片| 又紧又大又爽精品一区二区| 56国语精品自产拍在线观看| 精品一区免费av| 国产精品久久一卡二卡| 欧美亚洲综合另类| 精品中文字幕一区二区| 国产精品美女久久久久久久久久久| 色噜噜狠狠色综合欧洲selulu| 天天av天天翘天天综合网| 亚洲精品在线观| jlzzjlzz亚洲日本少妇| 亚洲777理论| 国产片一区二区三区| 欧美三区在线视频| 国产一区二区视频在线播放| 亚洲欧洲国产日韩| 4438x成人网最大色成网站| 狠狠色综合色综合网络| 伊人性伊人情综合网| 日韩精品一区二区三区在线观看| 99久久免费精品| 成人黄色小视频在线观看| 一区二区欧美在线观看| 日韩欧美在线综合网| av网站一区二区三区| 日本少妇一区二区| 中文字幕一区二区三中文字幕| 555www色欧美视频| hitomi一区二区三区精品| 天堂成人免费av电影一区| 国产农村妇女毛片精品久久麻豆 | 亚洲午夜在线电影| 欧美精品一区二区精品网| 色婷婷综合久久久中文一区二区| 精品一区二区三区免费播放 | 欧美性色黄大片| 国产成人精品在线看| 午夜欧美电影在线观看| 亚洲国产精品精华液ab| 日韩欧美区一区二| 91极品美女在线| 国产成人免费网站| 日韩成人午夜电影| 亚洲精品欧美在线| 国产人成一区二区三区影院| 欧美绝品在线观看成人午夜影视| 东方aⅴ免费观看久久av| 日本不卡高清视频| 亚洲国产另类av| 中文字幕中文字幕一区| 久久久久国产一区二区三区四区| 欧美三日本三级三级在线播放| 99久久精品免费看国产 | 日本一区二区三区在线观看| 欧美剧情片在线观看| 色素色在线综合| 成人免费精品视频| 精品亚洲成av人在线观看| 亚洲国产视频一区| 亚洲人成7777| 中文字幕国产一区二区| 久久亚洲欧美国产精品乐播| 欧美精品第1页| 欧美系列日韩一区| 91免费视频网址| av爱爱亚洲一区| 国产二区国产一区在线观看| 久久精品国产精品亚洲综合| 亚洲高清久久久| 亚洲午夜影视影院在线观看| 亚洲视频图片小说| 亚洲日本乱码在线观看| 国产精品美日韩| 中文字幕免费在线观看视频一区| 精品国产免费久久| 精品女同一区二区| 欧美不卡一区二区三区| 日韩三级在线免费观看| 欧美电影影音先锋| 欧美精品电影在线播放| 欧美三电影在线| 欧美日韩国产乱码电影| 91久久香蕉国产日韩欧美9色| 91在线观看视频| 色综合久久中文综合久久97| 色欧美片视频在线观看| 99精品欧美一区二区三区小说| av电影一区二区| 92精品国产成人观看免费| 色综合久久天天| 在线看日韩精品电影| 国产欧美视频一区二区| 久久久久国产成人精品亚洲午夜| 精品久久人人做人人爽| 久久综合精品国产一区二区三区| 久久综合av免费| 国产精品污网站| 亚洲丝袜精品丝袜在线| 亚洲一区二区不卡免费| 日本欧美加勒比视频| 极品少妇一区二区| 国产凹凸在线观看一区二区| 95精品视频在线| 欧美视频在线播放|