STK AgGraphicsPluginSend comments on this topic.
RowAlignment Property (IAgStkGraphicsPluginRasterStreamAttributes)
See Also
Windows





Windows & Linux

Description

Gets the alignment in bytes.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RowAlignment() As Integer
[C#]
public int RowAlignment {get; set;}
[Managed C++]
public: __property int get_RowAlignment();
public: __property void set_RowAlignment( int );
[Unmanaged C++]
public: HRESULT get_RowAlignment(
    int * pRetVal
);
public: HRESULT put_RowAlignment(
    int RowAlignment
);
[Java]
public Integer getRowAlignment();
public void setRowAlignment(
    Integer
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.