Version

Graphics Class Properties

For a list of all members of this type, see Graphics members.

Public Properties
 NameDescription
Public PropertyAlternateFillGets or sets a boolean value that selects between non-zero winding number and even-odd filling rules.  
Public PropertyBrushGets or sets a Brush object that defines the color and texture for text strings and shapes.  
Public PropertyCharSpacingGets or sets a float value that defines the distance between characters in text strings.  
Public PropertyFontGets or sets a Font object that defines the format for text strings.  
Public PropertyFontMetricsGets a FontMetrics object that provides information regarding the text ascent, descent and height.  
Public PropertyHyperlinkPausedGets a value indicating whether a hyperlink has been paused.  
Public PropertyHyperlinkStartedGets a value indicating whether a hyperlink has been started.  
Public PropertyPenGets or sets a Pen object that defines the color, width and style for shape outlines.  
Public PropertyTextPositionGets or sets a Point object that defines X- and Y-coordinates of the text output.  
Public PropertyTransformationGets a Matrix object that defines the current transformation.  
See Also