Web API Reference MapGuide Open Source
void MgRasterPropertyDefinition::SetDefaultImageXSize ( INT32  size  ) 

Sets the default size of the image file in the horizontal direction, in pixels (number of columns).

.NET Syntax
void SetDefaultImageXSize(int size);
Java Syntax
void SetDefaultImageXSize(int size);
PHP Syntax
void SetDefaultImageXSize(int size);

Parameters:
size (int) The desired default horizontal image size in pixels (number of columns).
Returns:
Returns nothing.


Comments or suggestions? Send us feedback.