PointGraphicsParameterInFrame Property  | 
  
    Namespace: 
   AGI.Foundation.Platforms
    Assembly:
   AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReferenceFrame InFrame { get; set; }Public Property InFrame As ReferenceFrame
	Get
	Set
public:
property ReferenceFrame^ InFrame {
	ReferenceFrame^ get ();
	void set (ReferenceFrame^ value);
}member InFrame : ReferenceFrame with get, set
Property Value
Type: 
ReferenceFrame
See Also