VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging Namespace / PaddingF Structure
Constructors Properties Methods Fields Operators SeeAlso
In This Topic
    PaddingF Structure Members
    In This Topic
    The following tables list the members exposed by PaddingF.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the structure.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Provides a PaddingF object with no padding.
    Public Properties
     NameDescription
    Public PropertyGets or sets the padding value for all the edges.
    Public PropertyGets or sets the padding value for the bottom edge.
    Public PropertyGets the combined padding for the right and left edges.
    Public PropertyGets a value indicating whether this margin is empty.
    Public PropertyGets or sets the padding value for the left edge.
    Public PropertyGets or sets the padding value for the right edge.
    Public PropertyGets or sets the padding value for the top edge.
    Public PropertyGets the combined padding for the top and bottom edges.
    Public Methods
     NameDescription
    Public MethodOverloaded. Applies padding to the specified rectangle.
    Public MethodDetermines whether the specified System.Object, is equal to this instance.
    Public MethodReturns a hash code for this instance.
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    Public MethodInflates this PaddingF by the specified amount.
    Public MethodOffsets this PaddingF by the specified amount.
    Public MethodRotates counterclockwise this PaddingF at the specified orthogonal angle.
    Public MethodReturns a string that represents the current PaddingF.
    Public Operators
     NameDescription
    Public OperatorPerforms vector addition on the two specified PaddingF objects, resulting in a new PaddingF.
    Public OperatorTests whether two specified PaddingF objects are equivalent.
    Public OperatorTests whether two specified PaddingF objects are not equivalent.
    Public OperatorPerforms vector subtraction on the two specified PaddingF objects, resulting in a new PaddingF.
    See Also