RasterAttributes Property |
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic RasterAttributes Attributes { get; protected set; }
Public Property Attributes As RasterAttributes
Get
Protected Set
public:
property RasterAttributes^ Attributes {
RasterAttributes^ get ();
protected: void set (RasterAttributes^ value);
}
member Attributes : RasterAttributes with get, set
Property Value
Type:
RasterAttributes
See Also