Version

DrawInstruction Class Members

The following tables list the members exposed by DrawInstruction.

Public Constructors
 NameDescription
Public ConstructorDrawInstruction Constructor  
Public Properties
 NameDescription
Public PropertyBDrawInstruction Brush.  
Public PropertyDxDrawInstruction X-offset.  
Public PropertyDyDrawInstruction Y-offset.  
Public PropertyFDrawInstruction Font.  
Public PropertySDrawInstruction String.  
Public Methods
 NameDescription
Public MethodCanBreakAtDetermines whether or not this DrawInstruction is able to break, given a style of string trimming.  
Public MethodCloneReturns a copy of this DrawInstruction.  
Public MethodGetSizeGets the Size required for this DrawInstruction in the given Graphics.  
Public MethodPleaseBreakAtRequests this DrawInstruction to break at the specified location.  
See Also