STK Graphics PrimitivesSend comments on this topic.
MaximumWidthSupported Property (IAgStkGraphicsPolylinePrimitive)
See Also
Windows





Windows & Linux

Description

Gets the maximum width, in pixels, supported by the video card.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MaximumWidthSupported() As Single
[C#]
public float MaximumWidthSupported {get;}
[Managed C++]
public: __property float get_MaximumWidthSupported();
[Unmanaged C++]
public: HRESULT get_MaximumWidthSupported(
    float * pRetVal
);
[Java]
public float getMaximumWidthSupported();
[Python - STK API ]
@property
def MaximumWidthSupported(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.