PaddingInfo Constructors
Contains padding or margin information associated with a control or a brick.Name | Parameters | Description |
---|---|---|
PaddingInfo(PaddingInfo, Single) | src, dpi | Initializes a new instance of the PaddingInfo class and copies the settings from the object passed as the parameter according to the specified dpi value. |
PaddingInfo(PaddingInfo) | src | Initializes a new instance of the PaddingInfo class with specified settings. |
PaddingInfo(GraphicsUnit) | graphicsUnit | Initializes a new instance of the PaddingInfo class with the dpi of the specified graphics unit. |
PaddingInfo(Int32, Int32, Int32, Int32, GraphicsUnit) | left, right, top, bottom, graphicsUnit | Initializes a new instance of the PaddingInfo class with the specified left, right, top and bottom values, and the dpi of the specified graphics unit. |
PaddingInfo(Int32, Int32, Int32, Int32, Single) | left, right, top, bottom, dpi | Initializes a new instance of the PaddingInfo class with the specified left, right, top, bottom and dpi values. |
PaddingInfo(Int32, Int32, Int32, Int32) | left, right, top, bottom | Initializes a new instance of the PaddingInfo class with the specified left, right, top and bottom values. |
PaddingInfo(Int32, Single) | all, dpi | Initializes a new instance of the PaddingInfo class with the specified settings. |
PaddingInfo(Single) | dpi | Initializes a new instance of the PaddingInfo class with the specified dpi value. |
See Also