📄 opennetcf.drawing.xml
字号:
<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="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.ImageCodecInfo">
<summary>
Describes Imaging codec
</summary>
</member>
<member name="P:OpenNETCF.Drawing.Imaging.ImageCodecInfo.CodecName">
<summary>
Codec name
</summary>
</member>
<member name="P:OpenNETCF.Drawing.Imaging.ImageCodecInfo.DllName">
<summary>
Codec Dll name
</summary>
</member>
<member name="P:OpenNETCF.Drawing.Imaging.ImageCodecInfo.FormatDescription">
<summary>
Codec format description
</summary>
</member>
<member name="P:OpenNETCF.Drawing.Imaging.ImageCodecInfo.FilenameExtension">
<summary>
Codec's file's extension (e.g. BMP)
</summary>
</member>
<member name="P:OpenNETCF.Drawing.Imaging.ImageCodecInfo.MimeType">
<summary>
Codec's image MIME type
</summary>
</member>
<member name="P:OpenNETCF.Drawing.Imaging.ImageCodecInfo.Flags">
<summary>
Codec flags
</summary>
</member>
<member name="P:OpenNETCF.Drawing.Imaging.ImageCodecInfo.Version">
<summary>
Codec version
</summary>
</member>
<member name="T:OpenNETCF.Drawing.Imaging.Rational">
<summary>
Holds a Rational number used by imaging properties
</summary>
</member>
<member name="T:OpenNETCF.Drawing.Imaging.SRational">
<summary>
Holds a Signed Rational number used by imaging properties
</summary>
</member>
<member name="T:OpenNETCF.Drawing.PenEx">
<summary>
Defines an object used to draw lines and curves.
</summary>
</member>
<member name="M:OpenNETCF.Drawing.PenEx.#ctor(System.Drawing.Color)">
<summary>
Initializes a new instance of the <see cref="T:OpenNETCF.Drawing.PenEx"/> class with the <see cref="P:OpenNETCF.Drawing.PenEx.Color"/>.
</summary>
<param name="color">The <see cref="P:OpenNETCF.Drawing.PenEx.Color"/> of the <see cref="T:OpenNETCF.Drawing.PenEx"/>.</param>
</member>
<member name="M:OpenNETCF.Drawing.PenEx.#ctor(System.Drawing.Color,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:OpenNETCF.Drawing.PenEx"/> class with the Width.
</summary>
<param name="color">The <see cref="P:OpenNETCF.Drawing.PenEx.Color"/> of the <see cref="T:OpenNETCF.Drawing.PenEx"/>.</param>
<param name="width"></param>
</member>
<member name="M:OpenNETCF.Drawing.PenEx.#ctor(System.Drawing.Color,OpenNETCF.Drawing.Drawing2D.DashStyle)">
<summary>
Initializes a new instance of the <see cref="T:OpenNETCF.Drawing.PenEx"/> class with the <see cref="P:OpenNETCF.Drawing.PenEx.DashStyle"/>.
</summary>
<param name="color">The <see cref="P:OpenNETCF.Drawing.PenEx.Color"/> of the <see cref="T:OpenNETCF.Drawing.PenEx"/>.</param>
<param name="style"></param>
</member>
<member name="P:OpenNETCF.Drawing.PenEx.Color">
<summary>
Gets or sets the color of this object.
</summary>
</member>
<member name="P:OpenNETCF.Drawing.PenEx.DashStyle">
<summary>
Gets or sets the style used for dashed lines drawn with this <see cref="T:OpenNETCF.Drawing.PenEx"/> object.
</summary>
</member>
<member name="P:OpenNETCF.Drawing.PenEx.Width">
<summary>
Gets or sets the Width of this object.
</summary>
</member>
<member name="T:OpenNETCF.Drawing.ColorTranslator">
<summary>
Translates colors to and from <see cref="T:System.Drawing.Color"/> structures.
</summary>
<seealso cref="T:System.Drawing.ColorTranslator">System.Drawing.ColorTranslator Class</seealso>
</member>
<member name="M:OpenNETCF.Drawing.ColorTranslator.ToHtml(System.Drawing.Color)">
<summary>
Translates the specified <see cref="T:System.Drawing.Color"/> structure to an HTML string color representation.
</summary>
<param name="c">The <see cref="T:System.Drawing.Color"/> structure to translate.</param>
<returns>The string that represents the HTML color.</returns>
<remarks>Unlike the desktop version of this function it does not check for named colors but instead always returns the hex notation values - e.g. Color.Red = "#FF0000"</remarks>
<seealso cref="M:System.Drawing.ColorTranslator.ToHtml(System.Drawing.Color)">System.Drawing.ColorTranslator.ToHtml Method</seealso>
</member>
<member name="M:OpenNETCF.Drawing.ColorTranslator.ToWin32(System.Drawing.Color)">
<summary>
Translates the specified <see cref="T:System.Drawing.Color"/> structure to a Windows color.
</summary>
<param name="c">The <see cref="T:System.Drawing.Color"/> structure to translate.</param>
<returns>The Windows color value.</returns>
<seealso cref="M:System.Drawing.ColorTranslator.ToWin32(System.Drawing.Color)">System.Drawing.ColorTranslator.ToWin32 Method</seealso>
</member>
<member name="M:OpenNETCF.Drawing.ColorTranslator.FromHtml(System.String)">
<summary>
Translates an HTML color representation to a <see cref="T:System.Drawing.Color"/> structure.
</summary>
<param name="htmlColor">The string representation of the Html color to translate.</param>
<returns>The <see cref="T:System.Drawing.Color"/> structure that represents the translated HTML color.</returns>
<seealso cref="M:System.Drawing.ColorTranslator.FromHtml(System.String)">System.Drawing.ColorTranslator.FromHtml Method</seealso>
</member>
<member name="M:OpenNETCF.Drawing.ColorTranslator.FromWin32(System.Int32)">
<summary>
Translates a Windows color value to a <see cref="T:System.Drawing.Color"/> structure.
</summary>
<param name="win32Color">The Windows color to translate.</param>
<returns>The <see cref="T:System.Drawing.Color"/> structure that represents the translated Windows color.</returns>
<seealso cref="M:System.Drawing.ColorTranslator.FromWin32(System.Int32)">System.Drawing.ColorTranslator.FromWin32 Method</seealso>
</member>
<member name="M:OpenNETCF.Drawing.ColorTranslator.FromOle(System.Int32)">
<summary>
Translates an OLE color value to a <see cref="T:System.Drawing.Color"/> structure.
</summary>
<param name="oleColor">The OLE color to translate.</param>
<returns>The <see cref="T:System.Drawing.Color"/> structure that represents the translated OLE color.</returns>
</member>
<member name="M:OpenNETCF.Drawing.ColorTranslator.ToOle(System.Drawing.Color)">
<summary>
Translates the specified <see cref="T:System.Drawing.Color"/> structure to an OLE color.
</summary>
<param name="c">The <see cref="T:System.Drawing.Color"/> structure to translate.</param>
<returns>The OLE color value.</returns>
</member>
<member name="T:OpenNETCF.Drawing.Imaging.ImageTag">
<summary>
Image property ID tags (PROPID's from the EXIF tags)
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_EXIF_IFD">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_GPS_IFD">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_NEW_SUBFILE_TYPE">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_SUBFILE_TYPE">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_IMAGE_WIDTH">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_IMAGE_HEIGHT">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_BITS_PER_SAMPLE">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_COMPRESSION">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_PHOTOMETRIC_INTERP">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_THRESH_HOLDING">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_CELL_WIDTH">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_CELL_HEIGHT">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_FILL_ORDER">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_DOCUMENT_NAME">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_IMAGE_DESCRIPTION">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_EQUIP_MAKE">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_EQUIP_MODEL">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_STRIP_OFFSETS">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_ORIENTATION">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_SAMPLES_PER_PIXEL">
<summary>
</summary>
</member>
<member name="F:OpenNETCF.Drawing.Imaging.ImageTag.TAG_ROWS_PER_STRIP">
<summary>
</summary>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -