Page Rank

Subscribe

Categories

Recent posts

Alexa Rank

How to draw hollow text using vb.net


  • This topic explains how to draw hollow text using vb.net
  • It is done with the help of drawing class. All are done in the form paint event.

DRAWING CLASSHow to draw hollow text using vb.net

  • System.Drawing namespace provides access to GDI+ basic graphic functionality.
  • Main functions of Drawing are

System.Drawing.Drawing2D

System.Drawing.Imaging

System.Drawing.Text

  • Graphics class provide methods for drawing to the display devices.
  • Rectangle and Point Class encapsulates GDI+ primitives.
  • Pen Class is used to draw lines and curves.
  • Brush Class is used to fill interiors of shapes.

Graphics.DrawRectangle MethodHow to draw hollow text using vb.net

  • Draws a rectangle specified by a coordinate pair, a width, and a height.

Pen ClassHow to draw hollow text using vb.net


  • Defines an object used to draw lines and curves. This class cannot be inherited.

Graphics.SmoothMode Property – How to draw hollow text using vb.net

  • It helps to get or set the rendering quality for this Graphics.

Namespace: System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

  • Syntax

Graphics.DrawPath Method – How to draw hollow text using vb.net

  • Helps to draw a graphics path
  • Syntax

Graphics.FillPath Method – How to draw hollow text using vb.net

  • Helps to fill the interior of the graphics path
  • Syntax

 How to draw hollow text using vb.net – Complete Code

 

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">