Enum item IGDIPlus.TGPStatus.WrongState
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| (13 intermediate revisions by one user not shown) | |||
| Line 12: | Line 12: | ||
== Description ==  | == Description ==  | ||
| − | Indicates that the object is in an invalid state to satisfy the API call. For example, calling TGPPen.GetColor from a pen that is not a single, solid color results in a [[Enum item IGDIPlus.TGPStatus.WrongState|WrongState]] status.  | + | Indicates that the object is in an invalid state to satisfy the API call. For example, calling [[Class IGDIPlus.TGPPen|TGPPen]].GetColor from a pen that is not a single, solid color results in a [[Enum item IGDIPlus.TGPStatus.WrongState|WrongState]] status.  | 
Latest revision as of 01:32, 7 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: IGDIPlus
Enum: TGPStatus
Description
Indicates that the object is in an invalid state to satisfy the API call. For example, calling TGPPen.GetColor from a pen that is not a single, solid color results in a WrongState status.