VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Transforms Namespace / SkewCommand Class / Offset Property
Syntax Requirements SeeAlso
In This Topic
    Offset Property (SkewCommand)
    In This Topic
    Gets or sets the number of pixels to skew in horizontal or vertical direction.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The number of pixels to skew in horizontal or vertical direction.
    Valid value is 0 and any positive or negative value.")>
    <DefaultValueAttribute(0)>
    Public Property Offset As System.Int32
    
    
    [Description("The number of pixels to skew in horizontal or vertical direction.
    Valid value is 0 and any positive or negative value.")]
    [DefaultValue(0)]
    public System.Int32 Offset { get; set; }
    
    
    [Description("The number of pixels to skew in horizontal or vertical direction.
    Valid value is 0 and any positive or negative value.")]
    [DefaultValue(0)]
    public: __property System.Int32 get_Offset();
    public: __property void set_Offset(
    System.Int32 value
    );
    [Description("The number of pixels to skew in horizontal or vertical direction.
    Valid value is 0 and any positive or negative value.")]
    [DefaultValue(0)]
    public:
    property System.Int32 Offset { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Valid value is 0 and any positive or negative value. Default value is 0 (no changes).
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also