Example #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="width">Width</param>
 /// <param name="topSpace">Top space</param>
 /// <param name="baseline">Base line</param>
 /// <param name="textHeight">Text height</param>
 /// <param name="bottomSpace">Bottom space</param>
 /// <param name="affinity">Affinity</param>
 /// <param name="identityTag">Identity tag</param>
 /// <param name="providerTag">Provider tag</param>
 public HexSpaceNegotiatingAdornmentTag(double width, double topSpace, double baseline, double textHeight, double bottomSpace, VST.PositionAffinity affinity, object identityTag, object providerTag)
 {
     Width       = width;
     TopSpace    = topSpace;
     Baseline    = baseline;
     TextHeight  = textHeight;
     BottomSpace = bottomSpace;
     Affinity    = affinity;
     IdentityTag = identityTag;
     ProviderTag = providerTag;
 }
Example #2
0
 public CaretPosition MoveTo(Microsoft.VisualStudio.Text.SnapshotPoint bufferPosition, Microsoft.VisualStudio.Text.PositionAffinity caretAffinity)
 {
     throw new System.NotImplementedException();
 }
Example #3
0
 public CaretPosition MoveTo(Microsoft.VisualStudio.Text.VirtualSnapshotPoint bufferPosition, Microsoft.VisualStudio.Text.PositionAffinity caretAffinity, bool captureHorizontalPosition)
 {
     throw new System.NotImplementedException();
 }