Version

GraphicsContext Class Members

The following tables list the members exposed by GraphicsContext.

Public Constructors
 NameDescription
Public ConstructorGraphicsContext ConstructorGraphicsContext constructor.  
Public Properties
 NameDescription
Public PropertyClipBoundsThe clipping bounds to apply.  
Public PropertyClipPathThe clipping path to apply.  
Public PropertyCombineModeThe combine mode to use when applying clipping bounds or a clipping path.  
Public PropertyElementAPI Element represented by this Primitive. (Inherited from Infragistics.UltraGauge.Resources.Primitive)
Public PropertyGaugeComponentThe Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public PropertyIsMouseDownBoolean value indicating whether or not the mouse is currently down for drag operations related to this Primitive. (Inherited from Infragistics.UltraGauge.Resources.Primitive)
Public PropertyIsMouseOverBoolean indicating whether or not the mouse is currently over this Primitive. (Inherited from Infragistics.UltraGauge.Resources.Primitive)
Public PropertyKeyUnique identifier for this object in a collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionObject)
Public PropertyResetClipDetermines whether or not to reset the clipping bounds.  
Protected Properties
 NameDescription
Protected PropertySortedPropertyNamesUsed by the TypeConverter to sort when listing properties. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this GraphicsContext.  
Public MethodHitTestReturns whether or not the given point is within the bounds of this Primitive. (Inherited from Infragistics.UltraGauge.Resources.Primitive)
Public MethodSetSmoothingModeSets the smoothing mode for rending primitives that follow this GraphicsContext in the scene graph.  
Protected Methods
 NameDescription
Protected MethodInvalidateInvalidates the Gauge Component (when available) and triggers a redraw of all elements. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
See Also