📄 opennetcf.drawing.xml
字号:
<member name="P:OpenNETCF.Drawing.FontEx.Style">
<summary>
Gets style information for this FontEx object.
</summary>
</member>
<member name="P:OpenNETCF.Drawing.FontEx.Angle">
<summary>
Gets sets the angle for the FontEx.
</summary>
</member>
<member name="P:OpenNETCF.Drawing.FontEx.ClearType">
<summary>
Gets or sets a clear type for FontEx object.
</summary>
</member>
<member name="T:OpenNETCF.Drawing.GDIPlus">
<summary>
Summary description for GDIPlus.
</summary>
</member>
<member name="M:OpenNETCF.Drawing.GDIPlus.CreateFontIndirect(System.IntPtr)">
<summary>
This function creates a logical font that has the characteristics specified in the specified structure.
An application can subsequently select the font as the current font for any device context (DC).
</summary>
<param name="pLogFont">Long pointer to a <see cref="T:OpenNETCF.Drawing.GDIPlus.LOGFONT"/> that defines the characteristics of the logical font.</param>
<returns>A handle to a logical font.</returns>
</member>
<member name="T:OpenNETCF.Drawing.GDIPlus.LOGFONT">
<summary>
This structure defines the attributes of a font.
</summary>
</member>
<member name="T:OpenNETCF.Drawing.GraphicsEx">
<summary>
Encapsulates a GDI+ drawing surface.
</summary>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.FromHdc(System.IntPtr)">
<summary>
Creates a new <see cref="T:OpenNETCF.Drawing.GraphicsEx"/> object from the specified native graphics handle.
</summary>
<param name="nativeGraphics">native graphics handle.</param>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.FromHwnd(System.IntPtr)">
<summary>
Creates a new <see cref="T:OpenNETCF.Drawing.GraphicsEx"/> object from the specified handle to a window.
</summary>
<param name="hwnd">Handle to a window.</param>
<returns>This method returns a new <see cref="T:OpenNETCF.Drawing.GraphicsEx"/> object for the specified window handle. </returns>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.FromControl(System.Windows.Forms.Control)">
<summary>
Creates a new <see cref="T:OpenNETCF.Drawing.GraphicsEx"/> object from the specified <see cref="T:System.Windows.Forms.Control"/> object.
</summary>
<param name="ctl"><see cref="T:System.Windows.Forms.Control"/> object</param>
<returns>This method returns a new OpenNETCF.Drawing.GraphicsEx object for the specified specified Control object.</returns>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.CompatibleGraphics(System.Windows.Forms.Control)">
<summary>
Creates a new copy of <see cref="T:OpenNETCF.Drawing.GraphicsEx"/> object from the specified Control object.
</summary>
<param name="ctl"><see cref="T:System.Windows.Forms.Control"/> object.</param>
<returns>This method returns a new <see cref="T:OpenNETCF.Drawing.GraphicsEx"/> object for the specified specified Control object.</returns>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.CompatibleGraphics">
<summary>
Creates a new copy of <see cref="T:OpenNETCF.Drawing.GraphicsEx"/> object from the existing <see cref="T:OpenNETCF.Drawing.GraphicsEx"/> objec.
</summary>
<returns></returns>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.CopyGraphics(System.Windows.Forms.Control,System.Drawing.Rectangle)">
<summary>
Copies the graphics.
</summary>
<param name="ctl"></param>
<param name="rc"></param>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.CopyGraphics(OpenNETCF.Drawing.GraphicsEx,System.Drawing.Rectangle)">
<summary>
Copies the graphics.
</summary>
<param name="gx"></param>
<param name="rc"></param>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.CopyGraphics(System.Windows.Forms.Control,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Copies graphics from <see cref="T:System.Windows.Forms.Control"/> with transparent color.
</summary>
<param name="ctl">Control to copy graphics from</param>
<param name="rc">Rectangle to copy.</param>
<param name="transpColor">Transaprent color.</param>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.DrawRectangle(OpenNETCF.Drawing.PenEx,System.Drawing.Rectangle)">
<summary>
Draws a rectangle specified by a <see cref="T:System.Drawing.Rectangle"/> structure.
</summary>
<param name="pen">A <see cref="T:OpenNETCF.Drawing.PenEx"/> object that determines the color, width, and style of the rectangle. </param>
<param name="rc">A <see cref="T:System.Drawing.Rectangle"/> structure that represents the rectangle to draw. </param>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.DrawRectangle(OpenNETCF.Drawing.PenEx,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Draws a rectangle.
</summary>
<param name="pen">A <see cref="T:OpenNETCF.Drawing.PenEx"/> object that determines the color, width, and style of the rectangle. </param>
<param name="x">x: x-coordinate of the upper-left corner of the rectangle to draw. </param>
<param name="y"> y: y-coordinate of the upper-left corner of the rectangle to draw. </param>
<param name="cx">width: width of the rectangle to draw. </param>
<param name="cy">height: Height of the rectangle to draw. </param>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.MeasureString(System.String,OpenNETCF.Drawing.FontEx,System.Int32)">
<summary>
Measures the specified string when drawn with the specified <see cref="T:OpenNETCF.Drawing.FontEx"/> object.
</summary>
<param name="text">String to measure.</param>
<param name="font"><see cref="T:OpenNETCF.Drawing.FontEx"/> object that defines the text format of the string.</param>
<param name="width">Width to fit the string.</param>
<returns></returns>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.MeasureString(System.String,OpenNETCF.Drawing.FontEx)">
<summary>
Measures the specified string when drawn with the specified <see cref="T:OpenNETCF.Drawing.FontEx"/> object.
</summary>
<param name="text"><see cref="T:System.String"/> to measure.</param>
<param name="font"><see cref="T:OpenNETCF.Drawing.FontEx"/> object that defines the text format of the string.</param>
<returns></returns>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.FillRectangle(System.Drawing.Color,System.Drawing.Rectangle)">
<summary>
Fills the interior of a rectangle specified by a <see cref="T:System.Drawing.Rectangle"/> structure.
</summary>
<param name="color">The <see cref="T:System.Drawing.Color"/> to fill.</param>
<param name="rc"><see cref="T:System.Drawing.Rectangle"/> structure that represents the rectangle to fill. </param>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.DrawString(System.String,OpenNETCF.Drawing.FontEx,System.Drawing.Color,System.Drawing.Rectangle)">
<summary>
Draws the specified text string at the specified location with the specified <see cref="T:System.Drawing.Color"/> and <see cref="T:OpenNETCF.Drawing.FontEx"/> objects.
</summary>
<param name="text">String to draw</param>
<param name="font"><see cref="T:OpenNETCF.Drawing.FontEx"/> object that defines the text format of the string</param>
<param name="textColor">The <see cref="T:System.Drawing.Color"/> of text draw.</param>
<param name="rc">Rectangle structure that specifies the location of the drawn text</param>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.DrawRoundRectangle(OpenNETCF.Drawing.PenEx,System.Drawing.Rectangle,System.Drawing.Size)">
<summary>
Draws a rectangle with rounded corners.
</summary>
<param name="pen">A <see cref="T:OpenNETCF.Drawing.PenEx"/> object that determines the color, width, and style of the rectangle</param>
<param name="rc">A <see cref="T:System.Drawing.Rectangle"/> structure that represents the rectangle to draw.</param>
<param name="size">A <see cref="T:System.Drawing.Size"/> structre that defines the corner radius.</param>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.DrawEllipse(OpenNETCF.Drawing.PenEx,System.Drawing.Rectangle)">
<summary>
Draws an ellipse specified by a bounding <see cref="T:System.Drawing.Rectangle"/> structure.
</summary>
<param name="pen">A <see cref="T:OpenNETCF.Drawing.PenEx"/> object that determines the color, width, and style of the ellipse.</param>
<param name="rc">A <see cref="T:System.Drawing.Rectangle"/> structure that represents the rectangle to draw.</param>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.DrawEllipse(OpenNETCF.Drawing.PenEx,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
</summary>
<param name="pen">A <see cref="T:OpenNETCF.Drawing.PenEx"/> object that determines the color, width, and style of the ellipse.</param>
<param name="x">x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.</param>
<param name="y">y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.</param>
<param name="width">Width of the bounding rectangle that defines the ellipse.</param>
<param name="height">Height of the bounding rectangle that defines the ellipse.</param>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.DrawImage(OpenNETCF.Drawing.BitmapEx,System.Int32,System.Int32)">
<summary>
Draws the specified <see cref="T:OpenNETCF.Drawing.BitmapEx"/> object at the specified location and with the original size.
</summary>
<param name="image"><see cref="T:OpenNETCF.Drawing.BitmapEx"/> object to draw.</param>
<param name="x">x-coordinate of the upper-left corner of the drawn image.</param>
<param name="y">y-coordinate of the upper-top corner of the drawn image.</param>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.DrawImage(OpenNETCF.Drawing.BitmapEx,System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary>
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
</summary>
<param name="image"><see cref="T:OpenNETCF.Drawing.BitmapEx"/> object to draw.</param>
<param name="destRect"><see cref="T:System.Drawing.Rectangle"/> structure that specifies the location and size of the drawn image.
The image is scaled to fit the rectangle.</param>
<param name="srcRect"><see cref="T:System.Drawing.Rectangle"/> structure that specifies the portion of the image object to draw.</param>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.DrawLine(OpenNETCF.Drawing.PenEx,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Draws a line connecting the two points specified by coordinate pairs.
</summary>
<param name="pen">PenEx object that determines the color, width, and style of the line.</param>
<param name="xStart">x-coordinate of the first point.</param>
<param name="yStart">y-coordinate of the first point.</param>
<param name="xEnd">x-coordinate of the second point.</param>
<param name="yEnd">x-coordinate of the seconf point.</param>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.GetHdc">
<summary>
Gets the handle to the device context associated with this <see cref="T:OpenNETCF.Drawing.GraphicsEx"/> object.
</summary>
<returns>Handle to the device context associated with this <see cref="T:OpenNETCF.Drawing.GraphicsEx"/> object</returns>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size)">
<summary>
Performs a bit-block transfer of the color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the GraphicsEx.
</summary>
<param name="sourceX">The x-coordinate of the point at the upper-left corner of the source rectangle.</param>
<param name="sourceY">The y-coordinate of the point at the upper-left corner of the source rectangle</param>
<param name="destinationX">The x-coordinate of the point at the upper-left corner of the destination rectangle.</param>
<param name="destinationY">The y-coordinate of the point at the upper-left corner of the destination rectangle.</param>
<param name="blockRegionSize">The size of the area to be transferred.</param>
</member>
<member name="M:OpenNETCF.Drawing.GraphicsEx.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size,OpenNETCF.Drawing.CopyPixelOperation)">
<summary>
Performs a bit-block transfer of the color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the GraphicsEx.
</summary>
<param name="sourceX">The x-coordinate of the point at the upper-left corner of the source rectangle.</param>
<param name="sourceY">The y-coordinate of the point at the upper-left corner of the source rectangle</param>
<param name="destinationX">The x-coordinate of the point at the upper-left corner of the destination rectangle.</param>
<param name="destinationY">The y-coordinate of the point at the upper-left corner of the destination rectangle.</param>
<param name="blockRegionSize">The size of the area to be transferred.</param>
<param name="copyPixelOperation">One of the <c>CopyPixelOperation</c> values.</param>
</member>
<member name="T:OpenNETCF.Drawing.Drawing2D.DashStyle">
<summary>
Specifies the style of dashed lines drawn with a <see cref="T:OpenNETCF.Drawing.PenEx"/> object.
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Drawing2D.DashStyle.Dash">
<summary>
Specifies a line consisting of dashes.
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Drawing2D.DashStyle.Solid">
<summary>
Specifies a solid line.
</summary>
</member>
<member name="T:OpenNETCF.Drawing.Imaging.IBasicBitmapOps">
<summary>
</summary>
</member>
<member name="M:OpenNETCF.Drawing.Imaging.IBasicBitmapOps.Clone(OpenNETCF.Drawing.Imaging.RECT,OpenNETCF.Drawing.Imaging.IBitmapImage@,System.Boolean)">
<summary>
Clone an area of the bitmap image
</summary>
<param name="rect"></param>
<param name="outbmp"></param>
<param name="bNeedCloneProperty"></param>
<returns></returns>
</member>
<member name="M:OpenNETCF.Drawing.Imaging.IBasicBitmapOps.Flip(System.Boolean,System.Boolean,OpenNETCF.Drawing.Imaging.IBitmapImage@)">
<summary>
Flip the bitmap image in x- and/or y-direction
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -