class DrawInfo
This is the draw information class.
This class is used to control the overall drawing method and receive information during drawing.
Before drawing, GraphicsResource must be set using SetGraphicsResource().
| Constructors and Destructors | ||
|---|---|---|
| DrawInfo | Constructor. | |
| V | ~DrawInfo | Destructor. |
| Set/Get | ||
| GetViewMtx | Gets the current view matrix. | |
| SetViewMtx | Sets the view matrix. | |
| IsInfluencedAlpha | Determines whether changes to the parent alpha impact the child. | |
| SetInfluencedAlpha | Sets whether changes to the parent alpha value impact the child. | |
| IsLocationAdjust | Gets the setting indicating whether location adjust is to be performed. | |
| SetLocationAdjust | Sets whether to perform location adjust. | |
| GetLocationAdjustScale | Gets the scale of the position adjustment process. | |
| SetLocationAdjustScale | Sets the scale of the position adjustment process. | |
| GetGlobalAlpha | Gets the alpha value. | |
| SetGlobalAlpha | Sets the alpha value. | |
| IsInvisiblePaneCalculateMtx | Determines whether to perform matrix calculations on hidden panes. | |
| SetInvisiblePaneCalculateMtx | Sets whether to perform matrix calculations on hidden panes. | |
| IsDebugDrawMode | Determines if the mode is debug mode. | |
| SetDebugDrawMode | Sets debug mode. | |
| GetGraphicsResource | Gets a GraphicsResource object. | |
| SetGraphicsResource | Sets a GraphicsResource object. | |
| SetProjectionMtx | Sets the projection matrix. | |
CONFIDENTIAL