Enum DrawStage
DrawState is used to specify a stage in the custom drawing process.
public enum DrawStage
Fields
After = 1
Before painting.
Before = 0
After painting.
DrawState is used to specify a stage in the custom drawing process.
public enum DrawStage
After = 1
Before painting.
Before = 0
After painting.